Keep App Alive #2557
This file contains 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 App Alive | |
on: | |
schedule: | |
- cron: '5 * * * *' # Ping every 5 hour at the start of the hour | |
workflow_dispatch: # Allows manual trigger | |
jobs: | |
ping: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Ping Render app | |
run: | | |
curl https://commprep-ai.onrender.com/api/v1/users/keepAlive |