Skip to content

add error form in vue #57

add error form in vue

add error form in vue #57

Workflow file for this run

name: Deploy FastAPI
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Fly CLI
uses: superfly/flyctl-actions/setup-flyctl@master
- name: Deploy from fastapi-postgres directory
working-directory: fastapi-postgres
run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}