Skip to content

Keep alive cron job #42

Keep alive cron job

Keep alive cron job #42

Workflow file for this run

name: Keep alive cron job
on:
schedule:
- cron: '0 12 * * *'
jobs:
cron:
runs-on: ubuntu-latest
steps:
- name: Call endpoint to keep the database alive
run: |
curl --request GET \
--url '${{ secrets.SITE_URL }}/api/alive'