From 4645db69dd23f6525de5c3aca75267b71567cfd2 Mon Sep 17 00:00:00 2001 From: Jaroslav Drzik Date: Tue, 19 Mar 2024 19:26:31 +0100 Subject: [PATCH] fix deploy --- deploy.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/deploy.yaml b/deploy.yaml index 7909f11..283b497 100644 --- a/deploy.yaml +++ b/deploy.yaml @@ -1,4 +1,4 @@ -import: +import: - recipe/laravel.php - contrib/php-fpm.php @@ -26,9 +26,8 @@ hosts: tasks: build: - cd: "/var/www/html/ikea/current" - - run: "yarn install" - - run: "yarn build" + - run: "npm install" + - run: "npm run build" after: deploy:failed: deploy:unlock - \ No newline at end of file