Spaces:
Sleeping
Sleeping
| name: Keep Alive | |
| on: | |
| schedule: | |
| - cron: '*/14 * * * *' | |
| jobs: | |
| ping: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Ping health endpoint | |
| run: | | |
| curl -f ${{ secrets.APP_URL }}/api/health || echo "Ping failed" | |