Skip to content

Commit d228361

Browse files
Create render-ci.yml
1 parent af401e6 commit d228361

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/render-ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Trigger Render Deploy
2+
3+
on:
4+
schedule:
5+
- cron: '*/15 * * * *' # every 15 minutes
6+
7+
jobs:
8+
ping-render:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Call Render Deploy Hook
12+
run: |
13+
curl https://mindful-app-47s6.onrender.com

0 commit comments

Comments
 (0)