Skip to content

Move from Rome to Biome (#490) #63

Move from Rome to Biome (#490)

Move from Rome to Biome (#490) #63

Workflow file for this run

name: Deploy
on:
workflow_dispatch:
push:
branches:
- main
paths:
- backend/**
jobs:
deploy:
name: Deploy api
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only --config ./backend/fly.toml
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}