diff --git a/deploy-saleor.sh b/deploy-saleor.sh index 8e21b52..841ac16 100644 --- a/deploy-saleor.sh +++ b/deploy-saleor.sh @@ -532,7 +532,9 @@ wait npm audit fix wait # Establish the database -python3 manage.py migrate --createsuperuser +python3 manage.py migrate +wait +python3 manage.py populatedb --createsuperuser wait # Collect the static elemants python3 manage.py collectstatic