added Cloudflare CDN workflow
Deploy to Cloudflare CDN / Deploy to cloudflare (push) Failing after -2m51s
Deploy to Cloudflare CDN / Deploy to cloudflare (push) Failing after -2m51s
This commit is contained in:
@@ -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 }}
|
||||
Reference in New Issue
Block a user