keep alive
This commit is contained in:
parent
3f8d380bf8
commit
610aa97ab8
12
.github/workflows/keep-alive.yml
vendored
Normal file
12
.github/workflows/keep-alive.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
name: Keep Alive
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0,20,40 * * * *'
|
||||
|
||||
jobs:
|
||||
keep-alive:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: ping
|
||||
run: curl https://yoyodyne-propulsion.herokuapp.com/
|
Loading…
Reference in New Issue
Block a user