Skip to content

Commit

Permalink
Restore site-alias support to drupal:update (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeyetwolf authored Dec 22, 2022
1 parent 1886fa5 commit d97e778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/drupal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ tasks:
- ./vendor/bin/drush {{.site}} --yes updatedb --no-cache-clear
- ./vendor/bin/drush {{.site}} --yes cache:rebuild
- |
if [[ $(./vendor/bin/drush config:status --format=json --state=Different) != '[]' ]]; then
if [[ $(./vendor/bin/drush {{.site}} config:status --format=json --state=Different) != '[]' ]]; then
echo "Config export does not match database."
./vendor/bin/drush config:status
./vendor/bin/drush {{.site}} config:status
exit 1;
fi
maintenance:on:
Expand Down

0 comments on commit d97e778

Please sign in to comment.