Skip to content

Commit 962bfbc

Browse files
fix docker context
1 parent 8ec86f2 commit 962bfbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/heroku-deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
1818
heroku_app_name: ${{ secrets.HEROKU_APP_NAME }}
1919
dockerfile_directory: ./apps/server/
20+
docker_context: .
2021
dockerfile_name: Dockerfile
2122
docker_options: "--no-cache"
2223
process_type: web

0 commit comments

Comments
 (0)