Skip to content

Commit

Permalink
fix: Health Check 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeyeonme committed Nov 28, 2024
1 parent a3e2cdd commit ccb4120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
echo "Waiting for application to initialize..."
sleep 30
for i in {1..5}; do
if curl -s -f http://${{ secrets.NCP_LOAD_BALANCER_HOST }}/actuator/health; then
if curl -s -f "http://${{ secrets.NCP_LOAD_BALANCER_HOST }}/actuator/health"; then
echo "Health check passed"
exit 0
fi
Expand Down

0 comments on commit ccb4120

Please sign in to comment.