Fixes on deploy.sh
This commit is contained in:
parent
e71329013a
commit
44d2c46120
|
@ -11,7 +11,7 @@ kombu==3.0.23
|
|||
billiard==3.3.0.18
|
||||
Markdown==2.4
|
||||
djangorestframework==3.1.1
|
||||
paramiko==1.15.1
|
||||
paramiko==1.15.2
|
||||
ecdsa==0.11
|
||||
Pygments==1.6
|
||||
django-filter==0.7
|
||||
|
@ -23,3 +23,6 @@ requests
|
|||
phonenumbers
|
||||
django-countries
|
||||
django-localflavor
|
||||
amqp
|
||||
anyjson
|
||||
pytz
|
||||
|
|
|
@ -64,8 +64,8 @@ if [[ ! -e $BASE_DIR ]]; then
|
|||
surun "orchestra-admin startproject $PROJECT_NAME"
|
||||
cd -
|
||||
else
|
||||
echo "$BASE_DIT already existis, doing postupgrade."
|
||||
$PYTHON_BIN $MANAGE migrate postupgradeorchestra --from $CURRENT_VERSION
|
||||
echo "$BASE_DIR already existis, doing postupgrade."
|
||||
$PYTHON_BIN $MANAGE postupgradeorchestra --from $CURRENT_VERSION
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue