ready for next test
This commit is contained in:
parent
0498fbe167
commit
80d52e450e
1 changed files with 4 additions and 2 deletions
|
@ -291,7 +291,8 @@ pip3 install -r requirements.txt
|
|||
export DATABASE_URL=$DB_URL
|
||||
npm install
|
||||
npm audit fix
|
||||
python3 manage.py migrate --createsuperuser
|
||||
python3 manage.py migrate
|
||||
python3 manage.py collectstatic
|
||||
npm run build-schema
|
||||
npm run build-mails
|
||||
|
||||
|
@ -330,4 +331,5 @@ sudo systemctl restart nginx
|
|||
sleep 3
|
||||
|
||||
echo "I think we're done here."
|
||||
echo "Test the installation."
|
||||
echo "Test the installation."
|
||||
echo "Run python3 manage.py createsuperuser from $HD/saleor"
|
Loading…
Reference in a new issue