Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 058a615

Browse files
bobbygryzyngergrasmash
authored andcommitted
Fixes #2059: override site uri during deploy:update. (#2060)
1 parent fadc9d7 commit 058a615

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Robo/Commands/Deploy/DeployCommand.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -561,9 +561,7 @@ public function updateSites() {
561561

562562
foreach ($this->getConfigValue('multisites') as $multisite) {
563563
$this->say("Deploying updates to $multisite...");
564-
if (!$this->config->get('drush.uri')) {
565-
$this->config->set('drush.uri', $multisite);
566-
}
564+
$this->config->set('drush.uri', $multisite);
567565

568566
$this->invokeCommand('setup:config-import');
569567
$this->invokeCommand('setup:toggle-modules');

0 commit comments

Comments
 (0)