Initial commit

This commit is contained in:
2025-09-07 18:16:54 -07:00
committed by GitHub
commit b73afe2365
5 changed files with 568 additions and 0 deletions

11
.github/workflows/deep.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
on:
workflow_dispatch:
push:
jobs:
deploy-cloudflare:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}