Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelle-S committed Jun 8, 2018
2 parents c6e00f8 + 2498d82 commit d67e466
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/AbstractRoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,9 @@ protected function deployTask(

// Clear OPcache if present.
if (isset($remote['opcache']) && (!array_key_exists('clear', $remote['opcache']) || $remote['opcache']['clear'])) {
$collection->addTask($this->clearOpCacheTask($worker, $auth, $remote));
foreach ($servers as $server) {
$collection->addTask($this->clearOpCacheTask($server, $auth, $remote));
}
}

// Clean release and backup dirs on the servers.
Expand Down

0 comments on commit d67e466

Please sign in to comment.