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 cd04d9c commit fa46c4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ health_check() {
sleep 5

echo "a"
curl http://localhost:8082/actuator/health
curl "http://localhost:8082/actuator/health"

echo "b"
curl http://localhost:8083/actuator/health
curl "http://localhost:8083/actuator/health"

echo "c"
curl http://app-blue:8082/actuator/health
Expand Down

0 comments on commit fa46c4b

Please sign in to comment.