From 35dff1d2fdd6974ffb666ef3c80c3996cc4fdce5 Mon Sep 17 00:00:00 2001 From: Matte <51192395+MatteZ02@users.noreply.github.com> Date: Mon, 22 Apr 2024 12:15:12 +0300 Subject: [PATCH] Update deployer.yml --- tasks/deployer.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/deployer.yml b/tasks/deployer.yml index 58f5061..0771942 100644 --- a/tasks/deployer.yml +++ b/tasks/deployer.yml @@ -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