Update deploy.sh

Updated Saleor version from 2.11.1 to 3.13.0
This commit is contained in:
Vague Rabbit 2023-06-27 13:53:58 -07:00 committed by GitHub
parent 86099ca496
commit 0cdf015d13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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