Skip to content

refactor(auth): remove nonce, rely on rate limiting + JWT #8

refactor(auth): remove nonce, rely on rate limiting + JWT

refactor(auth): remove nonce, rely on rate limiting + JWT #8

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 }}