Skip to content

Commit 8730249

Browse files
committed
chore: update keep-alive URL to studysphere-backend-in85
1 parent 07507ad commit 8730249

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/keep_alive.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Keep Backend Alive
22

33
on:
44
schedule:
5-
- cron: '*/12 * * * *' # Every 12 minutes
6-
workflow_dispatch: # Allows manual run
5+
- cron: '*/12 * * * *'
6+
workflow_dispatch:
77

88
jobs:
99
keep-alive:
@@ -12,5 +12,5 @@ jobs:
1212
- name: Wake up Render
1313
run: |
1414
# Replace this URL with your actual Render backend URL if different
15-
curl -I https://studysphere-backend.onrender.com/
15+
curl -I https://studysphere-backend-in85.onrender.com/
1616
echo "Ping sent to backend."

0 commit comments

Comments
 (0)