Skip to content

chore: rename confetti cannon element #27

chore: rename confetti cannon element

chore: rename confetti cannon element #27

Workflow file for this run

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