Skip to content

fix: Add rebalance code as an helper (#641) #214

fix: Add rebalance code as an helper (#641)

fix: Add rebalance code as an helper (#641) #214

Workflow file for this run

name: Deploy Staging
on:
push:
branches:
- main
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: superfly/[email protected]
with:
args: "-c deploy/fly/staging.toml deploy --build-arg SLOT_NAME_SUFFIX=${GITHUB_SHA::7}"