Skip to content

Commit 63e8618

Browse files
committed
render-continuous-integration-hook
Signed-off-by: Arya Pratap Singh <notaryasingh@gmail.com>
1 parent d9e9dc2 commit 63e8618

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/ci.yaml

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: '*/45 * * * *' # every 45 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://learn-coding-with-copilotkit.onrender.com/copilotkit

0 commit comments

Comments
 (0)