From 5c3e1a160ddd27600f265bf770e3c917c4ecc613 Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Tue, 28 Nov 2023 21:53:41 +0100 Subject: [PATCH] fix build permissions --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index f3a16c9..4ad9f2f 100755 --- a/deploy.sh +++ b/deploy.sh @@ -9,7 +9,7 @@ manage="sudo -u rpgnotes $python manage.py" git pull $manage scss -sudo -u rpgnotes npm run build +npm run build $manage collectstatic --noinput $manage migrate $manage clearcache