chore: ping speedlify
This commit is contained in:
parent
7e00db4051
commit
821fd9c353
1 changed files with 12 additions and 0 deletions
12
.github/workflows/scheduled-speedlify-build.yaml
vendored
Normal file
12
.github/workflows/scheduled-speedlify-build.yaml
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
name: Scheduled Speedlify test
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
jobs:
|
||||
build:
|
||||
name: Request Netlify Webhook
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: POST to Build Hook
|
||||
run: curl -X POST -d {} https://api.netlify.com/build_hooks/${{ secrets.SPEEDLIFY_NETLIFY_BUILD_KEY }}
|
Reference in a new issue