Skip to content

Commit

Permalink
chore: 도커야 힘을 내!! 네가 우리의 미래야!!
Browse files Browse the repository at this point in the history
  • Loading branch information
h-beeen committed Feb 15, 2024
1 parent cc232af commit 19de089
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,7 @@ 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 -p 80:8080 ${{ secrets.DEV_DOCKER_HUB_URL }}
docker run -d --name be-server -p 80:8080 \
-e GOOGLE_APPLICATION_CREDENTIALS=key.json \
${{ secrets.DEV_DOCKER_HUB_URL }}

0 comments on commit 19de089

Please sign in to comment.