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 369a30a commit e4470f0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/backend-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,4 @@ jobs:

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

0 comments on commit e4470f0

Please sign in to comment.