Skip to content

Commit

Permalink
Merge pull request #788 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 15, 2024
2 parents 71a9d98 + 577e290 commit 3912a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/be_cd-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Determine Active and Inactive Ports (Blue/Green)
id: determine-ports
run: |
ip=${{ secrets.TEST_SERVER_IP_ADDRESS }}
ip="api-test.coduo.site"
ports=(8080 8081)
for port in "${ports[@]}"; do
RESPONSE=$(curl -s https://$ip:$port/api/actuator/health)
Expand Down

0 comments on commit 3912a47

Please sign in to comment.