Compress assets

This commit is contained in:
2024-04-16 06:13:40 +02:00
parent 1427c0d9cc
commit bd4088f949
4 changed files with 84 additions and 3 deletions

View File

@@ -26,8 +26,8 @@ hosts:
tasks:
build:
- cd: "/var/www/html/ikea/current"
- run: "npm install"
- run: "npm run build"
- run: "pnpm install"
- run: "pnpm run build"
after:
deploy:failed: deploy:unlock