Skip to content

Commit

Permalink
Update scheduled-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunnerLivio authored May 18, 2022
1 parent 99b1356 commit f915a3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scheduled-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Scheduled deploy
on:
schedule:
- cron: '30 3 * * *'
- cron: '0 0 * * 0'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Trigger our build webhook on Netlify
run: curl -s -X POST "https://api.netlify.com/build_hooks/${TOKEN}"
env:
TOKEN: ${{ secrets.NETLIFY_CRON_BUILD_HOOK }}
TOKEN: ${{ secrets.NETLIFY_CRON_BUILD_HOOK }}

0 comments on commit f915a3c

Please sign in to comment.