diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml new file mode 100644 index 00000000..3781c7f6 --- /dev/null +++ b/.github/workflows/keepalive.yml @@ -0,0 +1,12 @@ +--- +name: Keep Render deployment alive + +on: + schedule: + - cron: "14 3 * * *" + +jobs: + ping: + runs-on: ubuntu-22.04 + steps: + - run: curl 'https://starter-kit-v2.onrender.com/api/message'