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