Skip to content

Commit

Permalink
[HOTFIX] change instance name
Browse files Browse the repository at this point in the history
  • Loading branch information
ohksj77 committed Dec 23, 2023
1 parent 48decbb commit 48222d0
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 @@ -24,4 +24,4 @@ jobs:

- name: Deploy to GCE with Docker Compose
run: |
gcloud compute ssh twtw-server --zone=${{ secrets.GCP_ZONE }} --command="cd ~/TWTW && sudo git pull && sudo docker-compose down && sudo docker-compose up --build -d"
gcloud compute ssh twtw-instance --zone=${{ secrets.GCP_ZONE }} --command="cd ~/TWTW && sudo git pull && sudo docker-compose down && sudo docker-compose up --build -d"

0 comments on commit 48222d0

Please sign in to comment.