Skip to content

Bump zod from 3.21.4 to 3.22.2 (#406) #47

Bump zod from 3.21.4 to 3.22.2 (#406)

Bump zod from 3.21.4 to 3.22.2 (#406) #47

Workflow file for this run

name: Deploy
on:
workflow_dispatch:
push:
branches:
- main
paths:
- backend/**
jobs:
deploy:
name: Deploy api
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only --config ./backend/fly.toml
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}