Derive WEBROOT_USER from WEBROOT, remove from env

This commit is contained in:
2026-06-13 21:03:43 +02:00
parent ef8c0e1a32
commit 766b7edcdd
3 changed files with 3 additions and 3 deletions
+2 -1
View File
@@ -2,8 +2,9 @@
set -e
: "${WEBROOT:?WEBROOT is not set}"
: "${WEBROOT_USER:?WEBROOT_USER is not set}"
: "${USER_REPO:?USER_REPO is not set}"
WEBROOT_USER=$(echo "$WEBROOT" | cut -d'/' -f3)
: "${GITEA_HOST:?GITEA_HOST is not set}"
: "${GITEA_USER:?GITEA_USER is not set}"
: "${GITEA_TOKEN:?GITEA_TOKEN is not set}"