Skip to content

Merge pull request #253 from porters-xyz/prod-tweaks #15

Merge pull request #253 from porters-xyz/prod-tweaks

Merge pull request #253 from porters-xyz/prod-tweaks #15

name: Fly Deploy Staging Backend
on:
push:
branches:
- develop
paths:
- "web-portal/backend/**"
jobs:
deploy:
name: Deploy Staging Backend
runs-on: ubuntu-latest
concurrency: deploy-group
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: cd web-portal/backend && flyctl deploy -c fly.toml --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_STAGING_API_TOKEN }}