Skip to content

Bump tsx from 3.13.0 to 3.14.0 (#476) #59

Bump tsx from 3.13.0 to 3.14.0 (#476)

Bump tsx from 3.13.0 to 3.14.0 (#476) #59

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 }}