Skip to content

The range can only expand the graph never make it smaller, to account… #33

The range can only expand the graph never make it smaller, to account…

The range can only expand the graph never make it smaller, to account… #33

Workflow file for this run

name: Fly Deploy
on:
workflow_dispatch:
push:
branches:
- main
jobs:
deploy:
name: Deploy app
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_DEPLOY_TOKEN }}