From a8ae62bc80f2a6f9a1fff42a2287e6195bcd9c4d Mon Sep 17 00:00:00 2001 From: Matte <51192395+MatteZ02@users.noreply.github.com> Date: Mon, 22 Apr 2024 12:16:30 +0300 Subject: [PATCH] Update deployer.yml --- tasks/deployer.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tasks/deployer.yml b/tasks/deployer.yml index 0771942..97fc3f4 100644 --- a/tasks/deployer.yml +++ b/tasks/deployer.yml @@ -185,8 +185,7 @@ - "/root/frontend/dist/:/usr/src/app/dist/" - "/root/frontend/.env:/usr/src/app/.env" restart_policy: always - command: "npm run build" - "npm start" + command: "npm run build && npm start" when: - deployerTask532 is defined - deployerTask532.changed