This commit is contained in:
parent
16f87d5f06
commit
566b62450e
@@ -39,6 +39,11 @@ task('docker:restart', function () {
|
|||||||
run('docker restart mangarr');
|
run('docker restart mangarr');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Pas de PHP sur l'hôte : désactiver les tâches Symfony qui en ont besoin
|
||||||
|
// Le cache et les migrations sont gérés par l'entrypoint.sh au démarrage du container
|
||||||
|
task('deploy:cache:clear', function () {});
|
||||||
|
task('deploy:cache:warmup', function () {});
|
||||||
|
|
||||||
// Hooks
|
// Hooks
|
||||||
after('deploy:vendors', 'webpack_encore:build');
|
after('deploy:vendors', 'webpack_encore:build');
|
||||||
after('deploy:symlink', 'docker:restart');
|
after('deploy:symlink', 'docker:restart');
|
||||||
|
|||||||
Reference in New Issue
Block a user