Skip to content

Commit 3123e32

Browse files
authored
Update deploy.yml to use NETLIFY_BUILD_HOOK
1 parent a379930 commit 3123e32

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)