From f00d91627a792f0fe76eff868009bf93cb7dd6a1 Mon Sep 17 00:00:00 2001 From: G <41178744+catomean@users.noreply.github.com> Date: Fri, 28 Aug 2026 10:36:33 +0200 Subject: [PATCH] fix(ci): point the deploy at the bitbaum org, so this repo can ship again MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit deploy.yml called catomean/fleetcrown/.github/workflows/selfhost-deploy.yml. The Actions `uses:` resolver does not follow a rename or a transfer, though the REST API and git both do — so the reference looked correct everywhere it could be checked, while the run died before any job started. This repo has no auto-merge.yml, so nothing here ever went visibly red; the deploy simply stopped happening. Found by auditing every workflow reference in the org against the canonical full_name REST reports. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01UvjGNAS9CMfEGNW26tUR4P --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 32c7a4fa..1f7f3d07 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,7 +1,7 @@ name: Deploy # Push to main → deploy this app to bitbaum. All the logic lives in one -# place: catomean/fleetcrown/.github/workflows/selfhost-deploy.yml +# place: bitbaum/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. @@ -12,7 +12,7 @@ on: jobs: deploy: - uses: catomean/fleetcrown/.github/workflows/selfhost-deploy.yml@main + uses: bitbaum/fleetcrown/.github/workflows/selfhost-deploy.yml@main with: app: datacat-web install-flags: --legacy-peer-deps