We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf20d1a commit 8bbade1Copy full SHA for 8bbade1
1 file changed
.github/workflows/keep-alive.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- name: Ping health endpoint
13
run: |
14
- response=$(curl -s -o /dev/null -w "%{http_code}" https://devstore-backend.onrender.com/api/v1/health)
+ response=$(curl -s -o /dev/null -w "%{http_code}" https://dev-store-ai-bharat.onrender.com/api/v1/health)
15
if [ "$response" -eq 200 ]; then
16
echo "Backend is alive (HTTP $response)"
17
else
0 commit comments