From 59a9085f4adab318883df12968f96ac45e76012c Mon Sep 17 00:00:00 2001 From: Jonathan Sharpe Date: Sat, 24 Aug 2024 12:23:59 +0100 Subject: [PATCH] Move keepalive script to v2 branch --- .github/workflows/keepalive.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/keepalive.yml 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'