feat: harden bootstrap and add tests

This commit is contained in:
2026-06-28 16:43:03 -05:00
parent 01ea9e391d
commit 991e73fcff
39 changed files with 3399 additions and 459 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ set -euo pipefail
# - docker or buildah/push capability (we build locally and push)
# - registry secret exists or REGISTRY_USER/REGISTRY_PASS are exported
NAMESPACE="lahuasca"
NAMESPACE="${NAMESPACE:-lahuasca}"
IMAGE="gitea.ajavasoft.com/muken/la-huasca-ts"
TAG="${TAG:-$(git rev-parse --short HEAD)}"
HOSTS=("lahuasca.com" "www.lahuasca.com")