Skip to content

Keep deployment alive #167

Keep deployment alive

Keep deployment alive #167

Workflow file for this run

---
name: Keep deployment alive
on:
schedule:
- cron: "14 3 * * *"
jobs:
ping:
runs-on: ubuntu-latest
steps:
- run: curl 'https://starter-kit-ci.herokuapp.com/api/message'