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 7172b43 commit d94146f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/backend-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,5 @@ jobs:
- name: Deploy to GCE with Docker Compose
run: |
gcloud compute scp docker-compose.yml twtw-server:~/twtw --zone=${{ secrets.GCP_ZONE }}
cd ~/twtw
gcloud compute ssh twtw-server --zone=${{ secrets.GCP_ZONE }} --command="docker-compose up --build -d"

0 comments on commit d94146f

Please sign in to comment.