Skip to content

Commit

Permalink
Deploy from branch
Browse files Browse the repository at this point in the history
  • Loading branch information
cultpodcasts committed May 9, 2024
1 parent fcd3386 commit 5999078
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/buildAndDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@ on:
push:
branches:
- main
- feature/authorization-header
- feature/new-router
- feature/direct-submit
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: npx prisma generate
- name: Publish
uses: cloudflare/wrangler-action@v3
with:
Expand Down

0 comments on commit 5999078

Please sign in to comment.