Skip to content

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

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

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

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 install --frozen-lockfile
- run: bunx partykit deploy
env:
PARTYKIT_TOKEN: ${{ secrets.PARTYKIT_TOKEN }}
PARTYKIT_LOGIN: ${{ secrets.PARTYKIT_LOGIN }}
TIP_TAP_TOKEN: ${{ secrets.TIP_TAP_TOKEN }}