1
0
Fork 0
mirror of https://github.com/Findus23/acronomy.git synced 2024-09-19 15:33:45 +02:00

no interactivity in deploy script

This commit is contained in:
Lukas Winkler 2020-07-18 19:46:48 +02:00
parent 992b2afd21
commit ebdf847032
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -9,7 +9,7 @@ manage="sudo -u acronomy $python manage.py"
git pull
$manage scss
$manage collectstatic
$manage collectstatic --noinput
$manage migrate
sudo systemctl reload acronomy.service