Keep Render API Warm #77
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: Keep Render API Warm | |
| on: | |
| schedule: | |
| - cron: "*/2 * * * *" # Every 2 minutes (UTC) | |
| jobs: | |
| ping: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Make GET request to Render API docs | |
| run: curl -s -o /dev/null -w "%{http_code}\n" https://chatsphere-api.onrender.com/docs/ |