Skip to content

feat(auth): add JWT session auth with page nonce #3

feat(auth): add JWT session auth with page nonce

feat(auth): add JWT session auth with page nonce #3

Workflow file for this run

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