Skip to content

handling 0 length request slice #12

handling 0 length request slice

handling 0 length request slice #12

Workflow file for this run

name: Fly Deploy to Canary
on:
push:
branches:
- canary
workflow_dispatch: {}
jobs:
deploy:
name: Deploy app to canary
runs-on: ubuntu-latest
environment: Fly Canary
concurrency: deploy-group
timeout-minutes: 3
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only -c fly.canary.toml
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}