Skip to content

fix typing findings

fix typing findings #9

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
concurrency: deploy
steps:
- uses: actions/[email protected]
- uses: superfly/flyctl-actions/[email protected]
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}