Update deploy.sh
Updated Saleor version from 2.11.1 to 3.13.0
This commit is contained in:
parent
86099ca496
commit
0cdf015d13
1 changed files with 2 additions and 2 deletions
|
@ -344,10 +344,10 @@ fi
|
||||||
#
|
#
|
||||||
if [ "$vOPT" = "true" ]; then
|
if [ "$vOPT" = "true" ]; then
|
||||||
if [ "$VERSION" = "" ]; then
|
if [ "$VERSION" = "" ]; then
|
||||||
VERSION="2.11.1"
|
VERSION="3.13.0"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
VERSION="2.11.1"
|
VERSION="3.13.0"
|
||||||
fi
|
fi
|
||||||
#
|
#
|
||||||
if [ "$STATIC_URL" = "" ]; then
|
if [ "$STATIC_URL" = "" ]; then
|
||||||
|
|
Loading…
Reference in a new issue