Skip to content

Commit

Permalink
Merge pull request #2 from szhu25/main
Browse files Browse the repository at this point in the history
修复Cloudflare部署按钮
  • Loading branch information
yllhwa authored Oct 17, 2023
2 parents 1da7eca + eddd0f7 commit 3f4c4c6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Deploy Worker
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
timeout-minutes: 60
name: Deploy
steps:
- uses: actions/checkout@v2
- name: Build & Deploy Worker
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}

0 comments on commit 3f4c4c6

Please sign in to comment.