From 1828b8f6ac62fb4e570946ca044aa9ffd9d75328 Mon Sep 17 00:00:00 2001 From: Waylon Walker Date: Sun, 15 Mar 2020 22:37:44 -0500 Subject: [PATCH] Create uptime --- .github/workflows/uptime | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/uptime diff --git a/.github/workflows/uptime b/.github/workflows/uptime new file mode 100644 index 0000000..08491dc --- /dev/null +++ b/.github/workflows/uptime @@ -0,0 +1,15 @@ +on: + schedule: + - cron: '0 0 * * *' + +jobs: + ping_site: + runs-on: ubuntu-latest + name: Ping the site + steps: + - name: Check the site + id: hello + uses: srt32/uptime@master + with: + url-to-hit: "https://default-kedro-157.waylonwalker.com/" + expected-statuses: "200,301"