Skip to content

Commit

Permalink
[HOTFIX] 파일명 중복으로 인한 디렉터리명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ohksj77 committed Nov 15, 2023
1 parent e4470f0 commit adc1f28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/backend-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,6 @@ jobs:

- name: Deploy to GCE with Docker Compose
run: |
gcloud compute ssh twtw-server --zone=${{ secrets.GCP_ZONE }} --command="cd ~/twtw && sudo docker-compose up --build -d"
gcloud compute ssh twtw-server --zone=${{ secrets.GCP_ZONE }} --command="mkdir -p ~/backend"
gcloud compute scp docker-compose.yml twtw-server:~/backend/ --zone=${{ secrets.GCP_ZONE }}
gcloud compute ssh twtw-server --zone=${{ secrets.GCP_ZONE }} --command="cd ~/backend && sudo docker-compose up --build -d"

0 comments on commit adc1f28

Please sign in to comment.