Skip to content

Commit

Permalink
feat: 우 리 의 마 지 막 커 밋 이 되 어 라
Browse files Browse the repository at this point in the history
  • Loading branch information
h-beeen committed Feb 15, 2024
1 parent 25248aa commit 9e1bc7f
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 @@ -42,6 +42,6 @@ jobs:
docker pull ${{ secrets.DEV_DOCKER_HUB_URL }}
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 \
docker run -d --name be-server -p 80:8080 \
-e GOOGLE_APPLICATION_CREDENTIALS="${HOME}/key.json" \
${{ secrets.DEV_DOCKER_HUB_URL }}

0 comments on commit 9e1bc7f

Please sign in to comment.