Skip to content

Commit

Permalink
Add github CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jleight committed Apr 28, 2024
1 parent ebf86ac commit d1be6a4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Deploy Worker

on:
push:
branches:
- main

jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy Worker
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Publish
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}

0 comments on commit d1be6a4

Please sign in to comment.