Skip to content

Commit

Permalink
chore: Update cron job schedule for scheduled deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno palma committed May 6, 2024
1 parent b410804 commit 773d5b1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 25 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Scheduled Deployment every 5 minutes

on:
schedule:
- cron: '*/5 * * * *' # Runs every 5 minutes
# - cron: '0 16 * * 1-5' # UTC time for 5 PM CET

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Trigger Deployment
run: |
curl -X POST 'https://api.render.com/deploy/srv-cosfupi1hbls73fkanpg?key=JZNn_8s9gAU'
25 changes: 0 additions & 25 deletions .github/workflows/main.yml

This file was deleted.

0 comments on commit 773d5b1

Please sign in to comment.