Skip to content

Commit

Permalink
fix: wrong image to delete
Browse files Browse the repository at this point in the history
  • Loading branch information
rorre committed Jun 19, 2024
1 parent 2d5b19d commit 408a60f
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 @@ -45,5 +45,5 @@ jobs:
port: 22
script: |
docker container rm -f chefies-backend
docker image rm -f chefies-backend
docker image rm -f ${{ vars.GAR_LOCATION }}/backend
docker run --name chefies-backend -e GOOGLE_APPLICATION_CREDENTIALS="/app/keys/credentials.json" -d --restart always -p 9000:80 ${{ vars.GAR_LOCATION }}/backend

0 comments on commit 408a60f

Please sign in to comment.