Skip to content

fix: typo

fix: typo #24

Workflow file for this run

name: "Deploy to fly.io"
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: superfly/flyctl-actions/[email protected]
- name: Fly!
run: flyctl deploy --remote-only --no-cache
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}