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