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:
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