Skip to content

Commit

Permalink
cicd: fix port
Browse files Browse the repository at this point in the history
  • Loading branch information
Emyr298 committed Jun 7, 2024
1 parent 2f65fd3 commit 39648a4
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 8000:8000 chefies-backend
docker run --name chefies-backend -e SERVICE_ACCOUNT_PATH="/app/keys/credentials.json" -d --restart always -p 80:80 chefies-backend

0 comments on commit 39648a4

Please sign in to comment.