We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07507ad commit 8730249Copy full SHA for 8730249
.github/workflows/keep_alive.yml
@@ -2,8 +2,8 @@ name: Keep Backend Alive
2
3
on:
4
schedule:
5
- - cron: '*/12 * * * *' # Every 12 minutes
6
- workflow_dispatch: # Allows manual run
+ - cron: '*/12 * * * *'
+ workflow_dispatch:
7
8
jobs:
9
keep-alive:
@@ -12,5 +12,5 @@ jobs:
12
- name: Wake up Render
13
run: |
14
# Replace this URL with your actual Render backend URL if different
15
- curl -I https://studysphere-backend.onrender.com/
+ curl -I https://studysphere-backend-in85.onrender.com/
16
echo "Ping sent to backend."
0 commit comments