Skip to content

Commit

Permalink
[BE] 운영 서버 설정 롤백(#675) (#676)
Browse files Browse the repository at this point in the history
* refactor: 서브모듈 업데이트

* refactor: 포트 변경

---------

Co-authored-by: gyungchan Jo <[email protected]>
  • Loading branch information
github-actions[bot] and jcoding-play authored Oct 23, 2024
1 parent 72b3c0b commit af94181
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions backend/scripts/healthCheck.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash
echo "> Health check 시작"
echo "> curl -s http://localhost:9100/actuator/health"
echo "> curl -s http://localhost:8080/actuator/health"

for RETRY_COUNT in {1..15}
do
RESPONSE=$(curl -s http://localhost:9100/actuator/health)
RESPONSE=$(curl -s http://localhost:8080/actuator/health)
UP_COUNT=$(echo $RESPONSE | grep 'UP' | wc -l)

if [ $UP_COUNT -ge 1 ]
Expand Down
2 changes: 1 addition & 1 deletion backend/src/main/resources/config

0 comments on commit af94181

Please sign in to comment.