From e887fc472eaf010b128ba1b9d394af0c77424213 Mon Sep 17 00:00:00 2001 From: Djkato Date: Mon, 3 Jul 2023 22:44:00 +0200 Subject: [PATCH] another fix? --- deploy.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy.sh b/deploy.sh index ecdd1d0..dd5053d 100644 --- a/deploy.sh +++ b/deploy.sh @@ -459,6 +459,9 @@ sleep 2 ######################################################################################### # Replace any parameter slugs in the template files with real paramaters & write them to # the production files +# +# ALSO replace version variable with the one that files exist for... +VERSION=3.0.0 ######################################################################################### # Replace the settings.py with the production version if [ -f "$HD/saleor/saleor/settings.py" ]; then