Skip to content

Commit

Permalink
Merge branch 'main' of github.com:drivly/kafka.do
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-lippert committed Aug 16, 2023
2 parents 66fe2d2 + 2389c34 commit 127c7a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: Deploy

on:
Expand All @@ -11,9 +10,10 @@ jobs:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v3
- name: Get dependencies
run: 'yarn'
- name: Deploy
uses: cloudflare/wrangler-action@v3
- name: Publish
uses: cloudflare/wrangler-action@2.0.0
with:
apiToken: ${{ secrets.CF_API_TOKEN }}

0 comments on commit 127c7a9

Please sign in to comment.