Skip to content

Commit

Permalink
feat: Update recipe for Shopware 6.6.x version
Browse files Browse the repository at this point in the history
  • Loading branch information
ioanok committed Mar 25, 2024
1 parent fdcc782 commit 5e4bc90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion recipe/shopware.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
// visits the website, doesn't have to wait for the cache to be built up.
task('sw:cache:warmup', static function () {
run('cd {{release_path}} && {{bin/console}} cache:warmup');
run('cd {{release_path}} && {{bin/console}} http:cache:warm:up');
});

// This task remotely executes the `database:migrate` console command on the target server.
Expand Down

0 comments on commit 5e4bc90

Please sign in to comment.