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

View file

@ -1,6 +1,6 @@
# coryd.dev
[![Netlify Status](https://api.netlify.com/api/v1/badges/02b49681-1b96-4d64-978b-cd8ff204ba1e/deploy-status)](https://app.netlify.com/sites/cdme/deploys) [![scheduled-build](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-build.yaml/badge.svg)](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-build.yaml) [![Scheduled Speedlify test](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-speedlify-build.yaml/badge.svg)](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-speedlify-build.yaml) [![Scheduled follow feed to Mastodon](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-post.yaml/badge.svg)](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-post.yaml)
[![Netlify Status](https://api.netlify.com/api/v1/badges/02b49681-1b96-4d64-978b-cd8ff204ba1e/deploy-status)](https://app.netlify.com/sites/cdme/deploys) [![scheduled-build](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-build.yaml/badge.svg)](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-build.yaml) [![Scheduled follow feed to Mastodon](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-post.yaml/badge.svg)](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-post.yaml)
Hi! I'm Cory. 👋🏻

View file

@ -84,7 +84,6 @@
/recent/shows /watching/recent/shows 301!
/mastodon https://social.lol/@cory 301!
/coffee https://www.buymeacoffee.com/cory 301!
/speedlify https://speedlify.coryd.dev 301!
# netlify app domain
https://cdme.netlify.app https://coryd.dev 301!

View file

@ -5,7 +5,6 @@ export default async function () {
{ name: 'Uses' },
{ name: 'Save' },
{ name: 'Blogroll' },
{ name: 'Speedlify' },
],
menu: [
{ name: 'Posts', url: '/posts', icon: 'article'},