Skip to content

Commit

Permalink
fix(ci): worker deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyko committed Aug 1, 2023
1 parent 5b85ba6 commit 50e7eef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cloudflare.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
name: Deploy
name: Deploy Worker

on:
push:
branches:
- master
- main

jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v2

- name: Publish
uses: cloudflare/wrangler-action@1.3.0
with:
apiToken: ${{ secrets.CF_TOKEN }}
workingDirectory: ./apps/worker

0 comments on commit 50e7eef

Please sign in to comment.