Skip to content

Deploy

Deploy #28

Workflow file for this run

name: Deploy
# Push to main → deploy this app to bitbaum. All the logic lives in one
# place: maonakamoto/fleetcrown/.github/workflows/selfhost-deploy.yml
# (docs: docs/infrastructure/self-host-cd.md there). It waits for this
# commit's own CI to go green before anything reaches the box.
on:
workflow_dispatch: {}
push:
branches: [main]
jobs:
deploy:
uses: maonakamoto/fleetcrown/.github/workflows/selfhost-deploy.yml@main
with:
app: datacat-web
install-flags: --legacy-peer-deps
secrets: inherit