ci: layout unificado /opt/localesp/<rama>; migrados entornos legacy
deploy-branch / deploy (push) Successful in 2m12s
deploy-branch / teardown (push) Skipped

This commit is contained in:
2026-07-24 09:56:13 +02:00
parent 98b19aa3a2
commit adb2b4dfe4
3 changed files with 24 additions and 19 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ slugify() { printf '%s' "$1" | tr '[:upper:]' '[:lower:]' | sed -E 's/[^a-z0-9]+
SLUG="$(slugify "$BRANCH")"
UNIT="localesp-$SLUG"
HOST="$SLUG.$DOMAIN"
DEST="/opt/localesp-$SLUG"
DEST="/opt/localesp/$SLUG"
log "$HOST ($DEST, $UNIT)"