mirror of
https://github.com/deployphp/deployer.git
synced 2025-01-17 21:48:58 +01:00
Shopware recipe: Do not warm up cache when clearing the cache (#3532)
This commit is contained in:
parent
f9b5c1e52b
commit
7f99c7e2c6
@ -60,7 +60,7 @@ set('writable_dirs', [
|
||||
|
||||
// This task remotely executes the `cache:clear` console command on the target server.
|
||||
task('sw:cache:clear', static function () {
|
||||
run('cd {{release_path}} && {{bin/console}} cache:clear');
|
||||
run('cd {{release_path}} && {{bin/console}} cache:clear --no-warmup');
|
||||
});
|
||||
|
||||
// This task remotely executes the cache warmup console commands on the target server, so that the first user, who
|
||||
|
Loading…
x
Reference in New Issue
Block a user