Skip to content

chore: add oh-my-agent multi-agent configuration and fix API imports #17

chore: add oh-my-agent multi-agent configuration and fix API imports

chore: add oh-my-agent multi-agent configuration and fix API imports #17

Workflow file for this run

name: Deploy API
on:
push:
branches: [main]
paths:
- 'apps/api/**'
concurrency:
group: deploy-api
cancel-in-progress: false
jobs:
deploy:
name: Deploy to Fly.io
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v6
- uses: superfly/flyctl-actions/setup-flyctl@master
- name: Deploy
run: flyctl deploy --remote-only
working-directory: apps/api
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}