Update deployer.yml

This commit is contained in:
Matte 2024-04-22 12:15:12 +03:00
parent b25a5c2acf
commit 35dff1d2fd

View File

@ -185,7 +185,8 @@
- "/root/frontend/dist/:/usr/src/app/dist/"
- "/root/frontend/.env:/usr/src/app/.env"
restart_policy: always
command: "npm start"
command: "npm run build"
"npm start"
when:
- deployerTask532 is defined
- deployerTask532.changed