Skip to content

Commit

Permalink
Merge pull request #39 from fourkitchens/feature/v2-always-clear-the-…
Browse files Browse the repository at this point in the history
…cache-after-db-import

Solve problem: Always clear the cache after db-import
  • Loading branch information
Yuvania authored Sep 30, 2024
2 parents 5dbbb81 + 9afbed4 commit 16da6fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Robo/Plugin/Commands/DrushDeployCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class DrushDeployCommand extends FireCommandBase {
*/
public function drush(ConsoleIO $io) {
$tasks = $this->collectionBuilder($io);
$tasks->addTask($this->taskExec($this->getFireExecutable() . ' drush cr'));
$tasks->addTask($this->taskExec($this->getFireExecutable() . ' drush updb -- -y'));
$tasks->addTask($this->taskExec($this->getFireExecutable() . ' drush cr'));
$tasks->addTask($this->taskExec($this->getFireExecutable() . ' drush cim -- -y'));
Expand Down

0 comments on commit 16da6fb

Please sign in to comment.