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 391389d commit 2239854
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,5 +43,5 @@ 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="$HOME/key.json" \
-e GOOGLE_APPLICATION_CREDENTIALS="${HOME}/key.json" \
${{ secrets.DEV_DOCKER_HUB_URL }}

0 comments on commit 2239854

Please sign in to comment.