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 ```bash
cd /var/www/novarix.uk cd /var/www/novarix.uk
npm ci npm install --no-audit --no-fund
npm run build npm run build
``` ```
@@ -131,7 +131,7 @@ The deploy script does this:
```bash ```bash
git pull origin main git pull origin main
npm ci npm install --no-audit --no-fund
npm run build npm run build
sudo nginx -t sudo nginx -t
sudo systemctl reload nginx sudo systemctl reload nginx
+1 -1
View File
@@ -16,7 +16,7 @@ echo "==> Pulling latest from Gitea"
git pull origin main git pull origin main
echo "==> Installing dependencies" echo "==> Installing dependencies"
npm ci npm install --no-audit --no-fund
echo "==> Building static site into out/" echo "==> Building static site into out/"
npm run build npm run build
-6613
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -10,7 +10,7 @@
}, },
"dependencies": { "dependencies": {
"lottie-react": "^2.4.1", "lottie-react": "^2.4.1",
"next": "16.1.6", "next": "^16.2.4",
"react": "19.2.3", "react": "19.2.3",
"react-dom": "19.2.3" "react-dom": "19.2.3"
}, },
@@ -20,7 +20,7 @@
"@types/react": "^19", "@types/react": "^19",
"@types/react-dom": "^19", "@types/react-dom": "^19",
"eslint": "^9", "eslint": "^9",
"eslint-config-next": "16.1.6", "eslint-config-next": "^16.2.4",
"tailwindcss": "^4", "tailwindcss": "^4",
"typescript": "^5" "typescript": "^5"
} }