This commit is contained in:
Kismet Hasanaj
2026-05-03 00:48:28 +02:00
parent 56230a9393
commit 8b8b536237
4 changed files with 5 additions and 6618 deletions
+2 -2
View File
@@ -86,7 +86,7 @@ Install the website dependencies and build the static site:
```bash
cd /var/www/novarix.uk
npm ci
npm install --no-audit --no-fund
npm run build
```
@@ -131,7 +131,7 @@ The deploy script does this:
```bash
git pull origin main
npm ci
npm install --no-audit --no-fund
npm run build
sudo nginx -t
sudo systemctl reload nginx