Skip to content

Commit

Permalink
Merge pull request #817 from woowacourse-teams/BE/feature/#781-zero-d…
Browse files Browse the repository at this point in the history
…owntime

[BE] 무중단 배포 스크립트 변경
  • Loading branch information
reddevilmidzy authored Oct 17, 2024
2 parents e5efb52 + 2e79df9 commit 21dfa66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/be_cd-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:
- name: Determine Active and Inactive Ports (Blue/Green)
id: determine-ports
run: |
echo $(pwd)
chmod +x ./deploy.sh # 스크립트에 실행 권한 부여
OUTPUT=$(./deploy.sh) # 스크립트 실행 후 결과를 변수에 저장
source ./deploy.sh
Expand Down

0 comments on commit 21dfa66

Please sign in to comment.