From 7d11e6ed5794f0f79fd5da8a5035440e7bf2bff4 Mon Sep 17 00:00:00 2001 From: Clatt Date: Thu, 28 Nov 2024 22:02:59 +0800 Subject: [PATCH] Delete .github/workflows/stage.yaml del --- .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 1cd233ca..00000000 --- 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