diff --git a/scripts/containers/deploy.sh b/scripts/containers/deploy.sh index d66b0c72..c9a97b08 100644 --- a/scripts/containers/deploy.sh +++ b/scripts/containers/deploy.sh @@ -59,7 +59,7 @@ function main () { run cd $project_name sudo service postgresql start - run sudo python3 -W ignore manage.py setuppostgres --db_password "$db_password" + run sudo python3 -W ignore manage.py setuppostgres run python3 -W ignore manage.py migrate