initial release

This commit is contained in:
2025-01-27 10:45:42 +00:00
parent 4d3614dc34
commit 3b3e552ab1
9 changed files with 897 additions and 1436 deletions
+13
View File
@@ -0,0 +1,13 @@
name: Deploy
on:
repository_dispatch:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Publish
uses: cloudflare/wrangler-action@1.2.0
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
env:
CF_ACCOUNT_ID: ${{ secrets.CF_ACCOUNT_ID }}