chore: drop speedlify

This commit is contained in:
Cory Dransfeldt 2024-06-07 13:10:01 -07:00
parent 7c0a239e1c
commit b6619ded44
No known key found for this signature in database
4 changed files with 1 additions and 15 deletions

View file

@ -1,12 +0,0 @@
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 }}