chore: update deployer config to be run on the host
This commit is contained in:
+2
-1
@@ -118,7 +118,8 @@ task('deploy:stop-workers', function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
task('deploy:assets', function () {
|
task('deploy:assets', function () {
|
||||||
runLocally('npm i && npm run build');
|
runLocally('ddev exec npm ci');
|
||||||
|
runLocally('ddev exec npm run build');
|
||||||
});
|
});
|
||||||
|
|
||||||
after('deploy:failed', 'deploy:unlock');
|
after('deploy:failed', 'deploy:unlock');
|
||||||
|
|||||||
Reference in New Issue
Block a user