Skip to content

Keep API Alive

Keep API Alive #5164

Workflow file for this run

name: Keep API Alive
on:
schedule:
- cron: "*/10 * * * *"
jobs:
keep-alive:
runs-on: ubuntu-latest
steps:
- name: Ping API to Keep It Alive
run: curl -s -o /dev/null -w "%{http_code}" "${{ secrets.RENDER_PUBLIC_URL }}"