Skip to content

Bump zod from 3.22.4 to 3.22.5 (#870) #64

Bump zod from 3.22.4 to 3.22.5 (#870)

Bump zod from 3.22.4 to 3.22.5 (#870) #64

Workflow file for this run

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