Updated deploy.sh: corrected terminology

This commit is contained in:
PCoder 2017-08-19 18:32:58 +05:30
parent 422b0ca93e
commit 777102c387
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ else
echo "###" >> deploy.log
fi
if [ -z "$DB_MIGRATE" ]; then
echo 'We are not doing DB migration'
echo 'We are not doing DB migrate'
else
echo 'Doing DB migrate'
./manage.py migrate >> deploy.log 2>&1