Skip to content

fix: several design mismatch #33

fix: several design mismatch

fix: several design mismatch #33

Workflow file for this run

name: Fly Deploy
on:
workflow_dispatch:
push:
branches:
- main
paths-ignore:
- '*.md'
- '.github/**'
jobs:
deploy:
name: Deploy app
runs-on: ubuntu-latest
concurrency: deploy-group
steps:
- name: 📚 Git Checkout
uses: actions/checkout@v4
- name: 🚀 Deploy Production
uses: superfly/[email protected]
with:
args: deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}