Align naming with coulomb.social reuse-surface conventions
Use reuse.coulomb.social, REUSE_SURFACE_URL/TOKEN env vars, reuse-surface image and reuse-surface-env secret. Replace reuse-surface-hub entrypoint with reuse-surface serve; CLI uses --base-url.
This commit is contained in:
parent
4f98506f18
commit
cbcd097214
13 changed files with 120 additions and 100 deletions
|
|
@ -130,11 +130,11 @@ artifacts.
|
|||
.venv/bin/reuse-surface federation compose
|
||||
.venv/bin/reuse-surface graph --check
|
||||
|
||||
# Federation hub service (local)
|
||||
# REUSE_SURFACE_HUB_TOKEN=dev-token reuse-surface-hub
|
||||
# Federation service (local)
|
||||
# REUSE_SURFACE_TOKEN=dev-token reuse-surface serve
|
||||
|
||||
# Hub CLI (against deployed or local hub)
|
||||
# REUSE_SURFACE_HUB_URL=http://127.0.0.1:8000 reuse-surface hub status
|
||||
# Hub CLI (against deployed or local service)
|
||||
# REUSE_SURFACE_URL=http://127.0.0.1:8000 reuse-surface hub status
|
||||
|
||||
# Automated tests
|
||||
.venv/bin/pytest -q
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue