Skip to content

Commit

Permalink
chore: 배포 준비 스크립트 실행
Browse files Browse the repository at this point in the history
  • Loading branch information
ay-eonii committed Oct 29, 2024
1 parent 936134c commit 515108a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/be-rolling-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Prepare Deploy
run: |
cd ~/deploy && ./prepare-deploy.sh
- name: Run Prod1 instance deploy script
run: |
cd ~/deploy && ./deploy.sh
Expand Down Expand Up @@ -53,6 +57,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Prepare Deploy
run: |
cd ~/deploy && ./prepare-deploy.sh
- name: Run Prod2 instance deploy script
run: |
cd ~/deploy && ./deploy.sh
Expand Down

0 comments on commit 515108a

Please sign in to comment.