Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-lippert committed Aug 16, 2023
1 parent 9adfc25 commit 2e7f11c
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
name: Deploy
on: push

on:
push:
branches:
- main

jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v3
- uses: drivly/deploy-worker@beta-3
- name: Get dependencies
run: 'yarn'
- name: Publish
uses: cloudflare/wrangler-action@2.0.0
with:
name: 'kafka-do'
domain: 'kafka.do'
cloudflareApiToken: ${{ secrets.CF_API_TOKEN }}
cloudflareAccountId: ${{ secrets.CF_ACCOUNT_ID }}
apiToken: ${{ secrets.CF_API_TOKEN }}

0 comments on commit 2e7f11c

Please sign in to comment.