Prevent prompt in database update & add file sync command
This commit is contained in:
parent
e601fa3c5c
commit
91d86f6eb5
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,8 @@ git pull
|
||||||
git submodule update --recursive --remote
|
git submodule update --recursive --remote
|
||||||
vagrant ssh
|
vagrant ssh
|
||||||
composer install
|
composer install
|
||||||
drush -y sql-dump > /tmp/paranoia.sql && drush sql-drop && drush -y sql-sync @live @self && drush -y updb
|
drush -y sql-dump > /tmp/paranoia.sql && drush -y sql-drop && drush -y sql-sync @live @self && drush -y updb
|
||||||
|
drush -y rsync @live:%files @self:%files
|
||||||
drush cim -y
|
drush cim -y
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue