diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index 8e286579..00000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Deploy Worker -on: - push: - pull_request: - repository_dispatch: -jobs: - deploy: - runs-on: ubuntu-latest - timeout-minutes: 60 - needs: test - steps: - - uses: actions/checkout@v2 - - name: Build & Deploy Worker - uses: cloudflare/wrangler-action@v3 - with: - apiToken: ${{ secrets.CF_API_TOKEN }} - accountId: ${{ secrets.CF_ACCOUNT_ID }} \ No newline at end of file