Skip to content

Commit

Permalink
add link to fix docker context
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmeloc22 committed Aug 18, 2024
1 parent 8ec86f2 commit 546a46d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/heroku-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ jobs:

- name: Build, Push and Release a Docker container to Heroku. # Your custom step name
uses: gonuit/[email protected] # GitHub action name (leave it as it is).
run: ln -s ./apps/server Dockerfile.heroku
with:
email: ${{ secrets.HEROKU_EMAIL }}
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
heroku_app_name: ${{ secrets.HEROKU_APP_NAME }}
dockerfile_directory: ./apps/server/
dockerfile_directory: Dockerfile.heroku
dockerfile_name: Dockerfile
docker_options: "--no-cache"
process_type: web

0 comments on commit 546a46d

Please sign in to comment.