Skip to content

Commit

Permalink
render-continuous-integration-hook
Browse files Browse the repository at this point in the history
Signed-off-by: Arya Pratap Singh <[email protected]>
  • Loading branch information
ARYPROGRAMMER committed Jan 4, 2025
1 parent d9e9dc2 commit 63e8618
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Trigger Render Deploy

on:
schedule:
- cron: '*/45 * * * *' # every 45 minutes

jobs:
ping-render:
runs-on: ubuntu-latest
steps:
- name: Call Render Deploy Hook
run: |
curl https://learn-coding-with-copilotkit.onrender.com/copilotkit

0 comments on commit 63e8618

Please sign in to comment.