Skip to content

Bump dotenv from 16.0.3 to 16.3.1 (#254) #52

Bump dotenv from 16.0.3 to 16.3.1 (#254)

Bump dotenv from 16.0.3 to 16.3.1 (#254) #52

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