Add line about doing some of this from within vagrant

This commit is contained in:
Clayton Dewey 2018-12-07 13:58:02 -05:00
parent 2dc072cab9
commit c7d20782ae

View file

@ -32,6 +32,7 @@ drush -y sql-dump > /tmp/paranoia.sql && drush sql-drop && drush -y sql-sync @te
```
git pull
git submodule update --recursive --remote
vagrant ssh
composer install
drush -y sql-dump > /tmp/paranoia.sql && drush sql-drop && drush -y sql-sync @test @self && drush -y updb
drush cim -y