Skip to content

start client detail page #7

start client detail page

start client detail page #7

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: oven-sh/setup-bun@v2
- 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 }}