Skip to content

Commit 8ab1cbc

Browse files
committed
[FIX] docker 컨테이너 관련 수정
1 parent 300f331 commit 8ab1cbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
sleep 30
198198
199199
# Attempt to call health endpoint (replace with your actual health endpoint)
200-
HEALTH_STATUS=$(curl -s -o /dev/null -w "%{http_code}" http://${{ secrets.EC2_HOST }}:8081/actuator/health || echo "failed")
200+
HEALTH_STATUS=$(curl -s -o /dev/null -w "%{http_code}" https://${{ secrets.EC2_HOST }}:8081/actuator/health || echo "failed")
201201
202202
if [ "$HEALTH_STATUS" == "200" ]; then
203203
echo "Application is healthy!"

0 commit comments

Comments
 (0)