Skip to content

Commit 3de6fd4

Browse files
author
Angel Rey
committed
test deploy
1 parent a397f66 commit 3de6fd4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile.manager

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ RUN apt-get update -y && apt-get install -y \
2222

2323
RUN python3 -m pip install virtualenv && \
2424
virtualenv "/opt/$VENV_NAME"
25+
2526
ENV PATH="/opt/$VENV_NAME/bin:${SELFHOSTYOURTECH_ROOT}/bin:${PATH}"
2627

2728
# Set up Docker's apt repository

bin/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ cd "$SELFHOSTYOURTECH_ROOT" || exit 1
1515
git checkout "$branch" || exit 1
1616
git pull --autostash origin "$branch"
1717
docker compose up -d
18-
docker compose exec -ti manager shtool "redeploy_all" "true"
18+
docker compose exec -ti manager shtool "redeploy_all" "false"

0 commit comments

Comments
 (0)