Update update instructions
This commit is contained in:
parent
df87b32782
commit
2dc072cab9
1 changed files with 5 additions and 1 deletions
|
@ -30,7 +30,11 @@ drush -y sql-dump > /tmp/paranoia.sql && drush sql-drop && drush -y sql-sync @te
|
|||
### Get updates
|
||||
|
||||
```
|
||||
git pull
|
||||
git submodule update --recursive --remote
|
||||
composer install
|
||||
drush -y sql-dump > /tmp/paranoia.sql && drush sql-drop && drush -y sql-sync @test @self && drush -y updb
|
||||
drush cim -y
|
||||
```
|
||||
|
||||
## Theming
|
||||
|
|
Loading…
Reference in a new issue