Skip to content

Update to TailwindCSS v4 and Bun 1.2 (#30) #29

Update to TailwindCSS v4 and Bun 1.2 (#30)

Update to TailwindCSS v4 and Bun 1.2 (#30) #29

Workflow file for this run

name: Fly Deploy
on:
push:
branches:
- main # change to main if needed
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
FLY_REGION: sjc
FLY_ORG: personal
jobs:
deploy:
name: Deploy app
runs-on: ubuntu-latest
concurrency: deploy-group # optional: ensure only one action runs at a time
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only