Polish GeoIntel workbench and harden Tower deploy
This commit is contained in:
@@ -32,6 +32,10 @@ git remote get-url origin >/dev/null 2>&1 || git remote add origin "$REMOTE_REPO
|
||||
git fetch origin "$REMOTE_BRANCH"
|
||||
git reset --hard "origin/$REMOTE_BRANCH"
|
||||
git branch -M "$REMOTE_BRANCH"
|
||||
# Remove only untracked source files that can enter the image. Persistent
|
||||
# runtime roots (.env, storage, models and postgres-data) are deliberately not
|
||||
# in this scoped clean list.
|
||||
git clean -fd -- backend frontend deploy scripts fixtures tests contracts demo
|
||||
chmod +x scripts/*.sh backend/docker_start.sh deploy/unraid/*.sh || true
|
||||
|
||||
FRONTEND_URL="$FRONTEND_URL" \
|
||||
|
||||
Reference in New Issue
Block a user