Skip to content

Commit a9eda95

Browse files
authored
Merge pull request #17 from dennisinteractive/run_updates_before_config_import
Run updatedb before cim
2 parents 9009447 + 95668e5 commit a9eda95

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

chain/chain-site-rebuild.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ commands:
4545
- command: exec
4646
arguments:
4747
bin: 'cd /vagrant/repos/%{{name}}/web; drush site-set @vm;'
48+
# Run db updates
49+
- command: exec
50+
arguments:
51+
bin: 'cd /vagrant/repos/%{{name}}/web; drush updb -y;'
4852
# Import configuration
4953
- command: exec
5054
arguments:

0 commit comments

Comments
 (0)