Ping Supabase Database #16
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Ping Supabase Database | |
| on: | |
| schedule: | |
| - cron: '0 0 */3 * *' # Runs every 3 days at midnight UTC | |
| jobs: | |
| ping-database: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Ping Supabase Database | |
| run: | | |
| curl -X POST 'https://keep-clone-kappa.vercel.app/api/ping-database' \ | |
| -H "Content-Type: application/json" \ |