From 2e315a0320dbd84805f527df4f08f7940ab07c38 Mon Sep 17 00:00:00 2001 From: Vague Rabbit Date: Tue, 9 Feb 2021 17:37:54 -0800 Subject: [PATCH] ^ --- deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index f9a8a75..47b6ca9 100644 --- a/deploy.sh +++ b/deploy.sh @@ -598,15 +598,16 @@ wait # Simlink to the prod.ini sudo ln -s $HD/saleor/saleor/wsgi/prod.ini $HD/env/saleor/vassals wait -source $HD/env/saleor/bin/activate # Make sure we're in the project root directory for Saleor cd $HD/saleor +wait # Was the -v (version) option used? if [ "vOPT" = "true" || $VERSION != "" ]; then # Checkout the specified version sudo -u $UN git checkout $VERSION wait fi +source $HD/env/saleor/bin/activate # Install the project requirements pip3 install -r requirements.txt wait