Skip to content

style client procedures list #14

style client procedures list

style client procedures list #14

Workflow file for this run

name: Fly Staging Deployment
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- name: Create fly.toml
run: echo "${{ secrets.FLY_STG }}" > fly.toml
- name: Fly deploy
run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}