We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 300f331 commit 8ab1cbcCopy full SHA for 8ab1cbc
1 file changed
.github/workflows/gradle.yml
@@ -197,7 +197,7 @@ jobs:
197
sleep 30
198
199
# 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")
+ HEALTH_STATUS=$(curl -s -o /dev/null -w "%{http_code}" https://${{ secrets.EC2_HOST }}:8081/actuator/health || echo "failed")
201
202
if [ "$HEALTH_STATUS" == "200" ]; then
203
echo "Application is healthy!"
0 commit comments