chore: ping speedlify

This commit is contained in:
Cory Dransfeldt 2023-12-17 16:16:54 -08:00
parent 7e00db4051
commit 821fd9c353
No known key found for this signature in database

View 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 }}