Skip to content

Commit

Permalink
Fixes acquia#2676: Replace BLT 9 acsf command with appropriate BLT 8 …
Browse files Browse the repository at this point in the history
…command. (acquia#2730)
  • Loading branch information
malikkotob authored and grasmash committed Apr 12, 2018
1 parent f445aba commit 7bb1263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings/acsf/db-update/db-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ domain="$4"
# BLT executable:
blt="/var/www/html/$site.$env/vendor/acquia/blt/bin/blt"

deployupdate="$blt artifact:update:drupal:all-sites --define environment=$env --define drush.uri=$domain --verbose --yes"
deployupdate="$blt deploy:update --define environment=$env --define drush.uri=$domain --verbose --yes"

$deployupdate

0 comments on commit 7bb1263

Please sign in to comment.