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