Skip to content

Commit

Permalink
cicd: fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
Emyr298 committed Jun 12, 2024
1 parent 6a6f2f7 commit 876fd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
docker container rm -f chefies-backend
docker image rm -f chefies-backend
docker load -i images/chefies-backend.tar
docker run --name chefies-backend -e SERVICE_ACCOUNT_PATH="/app/keys/credentials.json" -d --restart always -p 9000:80 chefies-backend
docker run --name chefies-backend -e GOOGLE_APPLICATION_CREDENTIALS="/app/keys/credentials.json" -d --restart always -p 9000:80 chefies-backend

0 comments on commit 876fd53

Please sign in to comment.