From 1260032f654b12a30013ab0d8a5cb5ba8fa0071b Mon Sep 17 00:00:00 2001 From: Matte <51192395+MatteZ02@users.noreply.github.com> Date: Fri, 19 Apr 2024 09:40:32 +0300 Subject: [PATCH] Update deployer.yml --- tasks/deployer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/deployer.yml b/tasks/deployer.yml index 3e8907a..58f5061 100644 --- a/tasks/deployer.yml +++ b/tasks/deployer.yml @@ -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