Skip to content

CHORE: Adds weird fly.io healthcheck (#21) #3

CHORE: Adds weird fly.io healthcheck (#21)

CHORE: Adds weird fly.io healthcheck (#21) #3

Workflow file for this run

name: 🚀 Deploy to Fly
on:
workflow_dispatch:
push:
branches:
- main
jobs:
deploy:
name: Deploy app
runs-on: ubuntu-latest
concurrency: deploy-group
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Setup Fly 🧰
uses: superfly/flyctl-actions/setup-flyctl@master
- name: Deploy to Fly.io 🛩️
run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_TOKEN }}