Skip to content

Commit

Permalink
feat: 기상 38시간차..너가 마지막 희망이다
Browse files Browse the repository at this point in the history
  • Loading branch information
h-beeen committed Feb 15, 2024
1 parent 7308e92 commit 700fdfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
docker ps -f name=be-server -q | xargs --no-run-if-empty docker container stop
docker ps -a -f name=be-server -q | xargs --no-run-if-empty docker container rm
docker run -d --name be-server -p 80:8080 \
-e GOOGLE_APPLICATION_CREDENTIALS=/key.json \
-e GOOGLE_APPLICATION_CREDENTIALS=/home/hbyeon/key.json \
${{ secrets.DEV_DOCKER_HUB_URL }}

0 comments on commit 700fdfc

Please sign in to comment.