Update deployer.yml

This commit is contained in:
Matte 2024-04-19 09:40:32 +03:00
parent 05670ea571
commit 1260032f65

View File

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