Skip to content

chore: declare Node 22 once, in .nvmrc (#125) #171

chore: declare Node 22 once, in .nvmrc (#125)

chore: declare Node 22 once, in .nvmrc (#125) #171

Workflow file for this run

name: Deploy
# Push to main → deploy botsmann.orangecat.ch 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.
#
# Replaces a Vercel deploy workflow: this app has been served from bitbaum
# behind Caddy for months, so those deploys were shipping to somewhere nobody
# looks while the real production build only ever changed by hand.
on:
push:
branches: [main]
jobs:
deploy:
uses: maonakamoto/fleetcrown/.github/workflows/selfhost-deploy.yml@main
with:
app: botsmann
node-version-file: .nvmrc

Check failure on line 21 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / Deploy

Invalid workflow file

The workflow is not valid. .github/workflows/deploy.yml (Line: 21, Col: 26): Invalid input, node-version-file is not defined in the referenced workflow.
secrets: inherit