chore(deploy): park-buzi TAG is a placeholder, pinned at deploy time
A committed stage-<sha> can never match the commit that introduces it (the pin commit changes HEAD), so a hardcoded sha here is always stale by one. Make it an explicit placeholder (stage-REPLACE_WITH_BUILT_SHA); the real immutable sha is set when you deploy from Komodo Core after CI builds :stage-<sha>. No moving tag on a booth still holds. Claude-Session: https://claude.ai/code/session_01Xcm6ikLgGoCxxHrxtjkk5V
This commit is contained in:
@@ -46,9 +46,10 @@ registry_provider = "git.infra.msai.al"
|
|||||||
registry_account = "komodo"
|
registry_account = "komodo"
|
||||||
environment = """
|
environment = """
|
||||||
REGISTRY=git.infra.msai.al/mca/parking_solution
|
REGISTRY=git.infra.msai.al/mca/parking_solution
|
||||||
# Staging booth: pin an immutable stage-<sha> per deploy (bump after merging dev → stage and
|
# Staging booth: pin an immutable stage-<sha> per deploy. PLACEHOLDER below — after merging
|
||||||
# CI builds it). The moving `:stage` tag exists as the pointer; we deploy the sha, not the mover.
|
# dev → stage and CI builds :stage-<sha>, set this to that exact sha (or override TAG in Core at
|
||||||
TAG=stage-84f00db
|
# deploy). The moving `:stage` tag exists as the pointer; we deploy the sha, not the mover.
|
||||||
|
TAG=stage-REPLACE_WITH_BUILT_SHA
|
||||||
COOKIE_SECURE=0
|
COOKIE_SECURE=0
|
||||||
VISION_ENABLED=1
|
VISION_ENABLED=1
|
||||||
WS_ALLOWED_ORIGINS=
|
WS_ALLOWED_ORIGINS=
|
||||||
|
|||||||
Reference in New Issue
Block a user