chore: rebrand farhoodliquor → farhoodlabs, API-only mode, split infra
- Rename org references from farhoodliquor to farhoodlabs in CI workflows and GHCR image tags - Rewrite README for Hightower as API-driven K8s fork of Shannon - Update CLAUDE.md to reflect API-only deployment model - Delete docker-compose files (K8s only, no Docker Compose support) - Delete shannon CLI entry point (API-only going forward) - Move K8s manifests to farhoodlabs/hightower-infra Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -13,7 +13,7 @@ concurrency:
|
||||
jobs:
|
||||
preflight:
|
||||
name: Preflight
|
||||
runs-on: runners-farhoodliquor
|
||||
runs-on: runners-farhoodlabs
|
||||
outputs:
|
||||
version: ${{ steps.version.outputs.version }}
|
||||
|
||||
@@ -47,7 +47,7 @@ jobs:
|
||||
build-docker:
|
||||
name: Build Docker (worker)
|
||||
needs: preflight
|
||||
runs-on: runners-farhoodliquor
|
||||
runs-on: runners-farhoodlabs
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
@@ -76,7 +76,7 @@ jobs:
|
||||
build-docker-api:
|
||||
name: Build Docker (API)
|
||||
needs: preflight
|
||||
runs-on: runners-farhoodliquor
|
||||
runs-on: runners-farhoodlabs
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
@@ -106,7 +106,7 @@ jobs:
|
||||
sign-docker:
|
||||
name: Sign Docker images
|
||||
needs: [preflight, build-docker, build-docker-api]
|
||||
runs-on: runners-farhoodliquor
|
||||
runs-on: runners-farhoodlabs
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
@@ -165,7 +165,7 @@ jobs:
|
||||
publish-npm:
|
||||
name: Publish npm (beta)
|
||||
needs: [preflight, sign-docker]
|
||||
runs-on: runners-farhoodliquor
|
||||
runs-on: runners-farhoodlabs
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
|
||||
Reference in New Issue
Block a user