Updated deploy.sh: corrected terminology
This commit is contained in:
parent
422b0ca93e
commit
777102c387
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue