mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-03 02:20:19 +08:00
ci: remove cf worker deploy job
This commit is contained in:
@@ -1,23 +0,0 @@
|
|||||||
name: Deploy Cloudflare Worker
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- canary
|
|
||||||
paths:
|
|
||||||
- tools/workers/**
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
deploy:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
name: Deploy
|
|
||||||
environment: stable
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- name: Publish
|
|
||||||
uses: cloudflare/wrangler-action@v3.14.0
|
|
||||||
with:
|
|
||||||
apiToken: ${{ secrets.CF_API_TOKEN }}
|
|
||||||
accountId: ${{ secrets.CF_ACCOUNT_ID }}
|
|
||||||
workingDirectory: 'tools/workers'
|
|
||||||
packageManager: 'yarn'
|
|
||||||
Reference in New Issue
Block a user