Skip to content

Commit 0ad61b6

Browse files
committed
Merge branch 'main' of github.com:coder13/delegateDashboard
2 parents d32c01e + 3123e32 commit 0ad61b6

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Weekly Netlify Deploy
2+
3+
on:
4+
schedule:
5+
- cron: "0 17 * * 1" # Monday at 17:00 UTC
6+
workflow_dispatch: {}
7+
8+
jobs:
9+
deploy:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Trigger Netlify deploy
13+
run: |
14+
curl -X POST -d '{}' "$NETLIFY_BUILD_HOOK"

0 commit comments

Comments
 (0)