Skip to content

Commit

Permalink
[Deploy] github action 수정 (#51)
Browse files Browse the repository at this point in the history
* deploy: google credential 경로 수정

* deploy: github action 수정 (#49)
  • Loading branch information
yongbin97 authored Oct 4, 2024
1 parent 27ba867 commit fdb84d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/someup_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
export GOOGLE_APPLICATION_CREDENTIALS=~/.config/gcloud/application_default_credentials.json
sudo docker-compose down
sudo docker-compose pull
sudo docker-compose up -d
sudo docker-compose up -d -e GOOGLE_APPLICATION_CREDENTIALS=/path/in/container/application_default_credentials.json
sudo docker image prune -f
# Security Group에서 Github IP를 삭제
Expand Down

0 comments on commit fdb84d4

Please sign in to comment.