feat(web): hq-sourced members are read-only here
Server Deploy / deploy (push) Successful in 2m56s

The lock is a courtesy — the API answers 409 either way. NEXT_PUBLIC_HQ_URL
defaults empty so a self-hosted install shows a plain label rather than a
link to a portal that does not serve them.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
mrhid6
2026-07-26 16:42:47 +01:00
co-authored by Claude Opus 5
parent 2d12669f9b
commit 7b077905e2
4 changed files with 44 additions and 13 deletions
+1
View File
@@ -33,6 +33,7 @@ jobs:
IMAGE="${{ vars.DOCKER_HOST }}/${{ github.repository_owner }}/vantage/web:latest"
docker build \
--build-arg NEXT_PUBLIC_API_URL="${{ vars.API_URL }}" \
--build-arg NEXT_PUBLIC_HQ_URL="${{ vars.HQ_URL }}" \
-t "$IMAGE" \
-f web/Dockerfile web/
docker push "$IMAGE"