Skip to content

Commit 8bbade1

Browse files
committed
Set real Render URL in keep-alive workflow
1 parent cf20d1a commit 8bbade1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/keep-alive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- name: Ping health endpoint
1313
run: |
14-
response=$(curl -s -o /dev/null -w "%{http_code}" https://devstore-backend.onrender.com/api/v1/health)
14+
response=$(curl -s -o /dev/null -w "%{http_code}" https://dev-store-ai-bharat.onrender.com/api/v1/health)
1515
if [ "$response" -eq 200 ]; then
1616
echo "Backend is alive (HTTP $response)"
1717
else

0 commit comments

Comments
 (0)