Add line about doing some of this from within vagrant
This commit is contained in:
parent
2dc072cab9
commit
c7d20782ae
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue