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

Commit e5cac0c

Browse files
danepowellgrasmash
authored andcommitted
Issue #1141: Fixes deploy updates only applied to default site. (#1146)
1 parent 9813aa9 commit e5cac0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phing/tasks/deploy.xml

+2
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,8 @@
237237
<param name="environment" value="deploy"/>
238238
<!-- Drush alias should be set to sites to update all sites. -->
239239
<property name="drush.alias" value="sites"/>
240+
<!-- Kill Drush uri, since we want to run updates against all sites. -->
241+
<property name="drush.uri" value=""/>
240242
<!-- Most sites store their version-controlled configuration in /config/default. -->
241243
<!-- ACE internally sets the vcs configuration directory to /config/default, so we use that. -->
242244
<property name="cm.config-dir.key" value="${cm.config-dir.deploy-key}"/>

0 commit comments

Comments
 (0)