chore: drop speedlify
This commit is contained in:
parent
7c0a239e1c
commit
b6619ded44
4 changed files with 1 additions and 15 deletions
12
.github/workflows/scheduled-speedlify-build.yaml
vendored
12
.github/workflows/scheduled-speedlify-build.yaml
vendored
|
@ -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 }}
|
|
@ -1,6 +1,6 @@
|
|||
# coryd.dev
|
||||
|
||||
[](https://app.netlify.com/sites/cdme/deploys) [](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-build.yaml) [](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-speedlify-build.yaml) [](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-post.yaml)
|
||||
[](https://app.netlify.com/sites/cdme/deploys) [](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-build.yaml) [](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-post.yaml)
|
||||
|
||||
Hi! I'm Cory. 👋🏻
|
||||
|
||||
|
|
|
@ -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!
|
||||
|
|
|
@ -5,7 +5,6 @@ export default async function () {
|
|||
{ name: 'Uses' },
|
||||
{ name: 'Save' },
|
||||
{ name: 'Blogroll' },
|
||||
{ name: 'Speedlify' },
|
||||
],
|
||||
menu: [
|
||||
{ name: 'Posts', url: '/posts', icon: 'article'},
|
||||
|
|
Reference in a new issue