fix deploy
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import:
|
import:
|
||||||
- recipe/laravel.php
|
- recipe/laravel.php
|
||||||
- contrib/php-fpm.php
|
- contrib/php-fpm.php
|
||||||
|
|
||||||
@@ -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
|
||||||
|
|
||||||
Reference in New Issue
Block a user