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