Prevent prompt in database update & add file sync command

This commit is contained in:
benjamin melançon 2019-01-29 08:49:05 -05:00
parent e601fa3c5c
commit 91d86f6eb5

View file

@ -39,7 +39,8 @@ 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 @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
```