Skip to content

Commit

Permalink
refactor: 배포 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
alstn113 committed Jan 8, 2025
1 parent 8a8a218 commit 86a54b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ health_check() {
curl http://app-blue:8082/actuator/health

echo "d"
curl http://app-green:808/actuator/health
curl http://app-green:8083/actuator/health

if [ "$response" -eq 200 ]; then
echo "Health check passed for $target_url"
Expand Down

0 comments on commit 86a54b6

Please sign in to comment.