From e176bc4b29d3e44554463c03f3411f191d48be9a Mon Sep 17 00:00:00 2001 From: ciiiii Date: Sun, 16 Feb 2025 12:35:01 -0600 Subject: [PATCH] Remove stage deployment --- .github/workflows/stage.yaml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/stage.yaml diff --git a/.github/workflows/stage.yaml b/.github/workflows/stage.yaml deleted file mode 100644 index 1cd233c..0000000 --- a/.github/workflows/stage.yaml +++ /dev/null @@ -1,25 +0,0 @@ -name: Deploy to Cloudflare Workers(Staging) - -on: - pull_request_target: - paths-ignore: - - '**.md' - repository_dispatch: - -jobs: - build-and-deploy: - runs-on: ubuntu-latest - name: Build & Deploy - steps: - - uses: actions/checkout@v4 - - name: Publish - uses: cloudflare/wrangler-action@v3 - env: - CUSTOM_DOMAIN: ${{ secrets.CUSTOM_DOMAIN || 'libcuda.so' }} - with: - apiToken: ${{ secrets.CF_API_TOKEN }} - accountId: ${{secrets.CF_ACCOUNT_ID}} - vars: - CUSTOM_DOMAIN - command: deploy --env staging --minify src/index.js - environment: staging \ No newline at end of file