Fixes on deployment
This commit is contained in:
parent
18ac8e3e60
commit
3b59d2d935
|
@ -59,7 +59,7 @@ function main () {
|
||||||
run cd $project_name
|
run cd $project_name
|
||||||
|
|
||||||
sudo service postgresql start
|
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
|
run python3 -W ignore manage.py migrate
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue