Skip to content

Merge pull request #1 from kyng-cytro/partykit-integration #1

Merge pull request #1 from kyng-cytro/partykit-integration

Merge pull request #1 from kyng-cytro/partykit-integration #1

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: oven-sh/setup-bun@v2
- run: bun ci
- run: bunx partykit deploy
env:
PARTYKIT_TOKEN: ${{ secrets.PARTYKIT_TOKEN }}
PARTYKIT_LOGIN: ${{ secrets.PARTYKIT_LOGIN }}