Skip to content

Add admins to cohort member list on access (ARB-510) (#389) #122

Add admins to cohort member list on access (ARB-510) (#389)

Add admins to cohort member list on access (ARB-510) (#389) #122

Workflow file for this run

name: Fly Deploy
on:
push:
branches:
- main
paths:
- "schema/**"
- "backend/**"
jobs:
deploy:
name: Deploy app
runs-on: ubuntu-latest
concurrency: deploy-group # optional: ensure only one action runs at a time
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@1.5
- run: flyctl deploy --remote-only --config backend/fly.toml
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
- run: flyctl deploy --remote-only --config backend/fly.staging.toml
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}