Keep Render Site Alive (possibly 2.0 but I cant find 1.0)? #205
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 Site Alive (possibly 2.0 but I cant find 1.0)? | |
on: | |
schedule: | |
- cron: "*/15 * * * *" # Runs every 15 minutes | |
workflow_dispatch: # Allows manual triggering | |
jobs: | |
keep-alive: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Send request to Render site | |
run: curl -s -o /dev/null https://trivia-80jp.onrender.com/quiz |