Delete .github/workflows/cloudflare.yml

This commit is contained in:
mauro 🤙
2024-08-31 11:51:32 +02:00
committed by GitHub
parent 5f2d10a7e7
commit b6cb14b21c

View File

@@ -1,16 +0,0 @@
name: Deploy Worker
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- name: Build & Deploy Worker
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}