Skip to content

Commit

Permalink
[HOTFIX] 인스턴스명 및 물리적 위치 zone 명시
Browse files Browse the repository at this point in the history
  • Loading branch information
ohksj77 committed Nov 15, 2023
1 parent d15fc17 commit 7172b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:
- name: Deploy to GCE with Docker Compose
run: |
gcloud compute scp docker-compose.yml twtw-server:~/twtw --zone=${{ secrets.GCP_ZONE }}
gcloud compute ssh instance-name --command="docker-compose up --build -d"
gcloud compute ssh twtw-server --zone=${{ secrets.GCP_ZONE }} --command="docker-compose up --build -d"

0 comments on commit 7172b43

Please sign in to comment.