Skip to content

Move admin nav to header links, fix Clerk UserButton rendering issue #8

Move admin nav to header links, fix Clerk UserButton rendering issue

Move admin nav to header links, fix Clerk UserButton rendering issue #8

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
jobs:
deploy:
name: Deploy to Fly.io
runs-on: ubuntu-latest
concurrency:
group: deploy
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}