added Cloudflare CDN workflow
Deploy to Cloudflare CDN / Deploy to cloudflare (push) Failing after -2m51s

This commit is contained in:
2025-08-20 21:42:58 -05:00
parent b5e19ef91b
commit 94166fa01f
@@ -0,0 +1,13 @@
name: Deploy to Cloudflare CDN
run-name: ${{ gitea.actor }} is deploying the site to Cloudflare
on: [push]
jobs:
deploy:
name: Deploy to cloudflare
steps:
- uses: actions/checkout@v4
- name: Deploy
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}