fix deploy

This commit is contained in:
2024-03-19 19:26:31 +01:00
parent 0a8f7afe3e
commit 4645db69dd

View File

@@ -26,9 +26,8 @@ hosts:
tasks: tasks:
build: build:
- cd: "/var/www/html/ikea/current" - cd: "/var/www/html/ikea/current"
- run: "yarn install" - run: "npm install"
- run: "yarn build" - run: "npm run build"
after: after:
deploy:failed: deploy:unlock deploy:failed: deploy:unlock