Skip to content

fix(api): two LLM endpoints spent money with no rate limit (#139) #190

fix(api): two LLM endpoints spent money with no rate limit (#139)

fix(api): two LLM endpoints spent money with no rate limit (#139) #190

Workflow file for this run

name: Deploy
# Push to main → deploy botsmann.orangecat.ch to bitbaum. All the logic lives in
# one place: catomean/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:
workflow_dispatch: {}
push:
branches: [main]
jobs:
deploy:
uses: catomean/fleetcrown/.github/workflows/selfhost-deploy.yml@main

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

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

error parsing called workflow ".github/workflows/deploy.yml" -> "catomean/fleetcrown/.github/workflows/selfhost-deploy.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
app: botsmann
secrets: inherit