From 896334aa5473fe8f83f502b5168720699d41e9b2 Mon Sep 17 00:00:00 2001 From: Kristian Freeman Date: Mon, 4 Nov 2024 11:15:39 -0600 Subject: [PATCH] Remove outdated deploy workflow --- .github/workflows/deploy.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/deploy.yml diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index 3c31cc7..0000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Deploy to Cloudflare Workers - -on: - push: - branches: - - master - repository_dispatch: - -jobs: - build-and-deploy: - runs-on: ubuntu-latest - name: Build & Deploy - steps: - - uses: actions/checkout@v2 - - name: Use Node.js - uses: actions/setup-node@v1 - with: - node-version: "12.x" - - run: npm install - - name: Publish - uses: cloudflare/wrangler-action@1.2.0 - with: - apiToken: ${{ secrets.CF_API_TOKEN }} - env: - CF_ACCOUNT_ID: ${{secrets.CF_ACCOUNT_ID}}