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

fix deploy

This commit is contained in:
Lukas Winkler 2022-07-30 16:25:52 +02:00
parent a814e11c7a
commit c759ee0380
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -9,7 +9,7 @@ manage="sudo -u rpgnotes $python manage.py"
git pull
$manage scss
npm run build
sudo -u rpgnotes npm run build
$manage collectstatic --noinput
$manage migrate
$manage clearcache