Skip to content

Bump @types/node from 20.8.6 to 20.8.7 (#467) #61

Bump @types/node from 20.8.6 to 20.8.7 (#467)

Bump @types/node from 20.8.6 to 20.8.7 (#467) #61

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