Skip to content

Commit

Permalink
add auto deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
uoosef committed Sep 1, 2023
1 parent aef8713 commit 300ee21
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Deploy Worker
on:
push:
pull_request:
repository_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
timeout-minutes: 60
needs: test
steps:
- uses: actions/checkout@v2
- name: Build & Deploy Worker
uses: cloudflare/[email protected]
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
Binary file modified README.md
Binary file not shown.

0 comments on commit 300ee21

Please sign in to comment.