Skip to content

Commit

Permalink
Test: 블루-그린 무중단 배포 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
tioon committed Jun 30, 2024
1 parent e307e40 commit dff4d19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
username: ${{ secrets.PROD_SERVER_USERNAME }}
key: ${{ secrets.PROD_SERVER_PEM_KEY }}
script: |
cd /heom/${{ secrets.PROD_SERVER_USERNAME }}
cd qtudy
ls
chmod +x /home/${{ secrets.PROD_SERVER_USERNAME }}/scripts/zero-downtime-deploy.sh
/home/${{ secrets.PROD_SERVER_USERNAME }}/scripts/zero-downtime-deploy.sh
chmod +x /home/${{ secrets.PROD_SERVER_USERNAME }}/qtudy/scripts/zero-downtime-deploy.sh
/home/${{ secrets.PROD_SERVER_USERNAME }}/qtudy/scripts/zero-downtime-deploy.sh

0 comments on commit dff4d19

Please sign in to comment.