From 91d86f6eb50a90ae3e54d161734046569603d9dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 29 Jan 2019 08:49:05 -0500 Subject: [PATCH] Prevent prompt in database update & add file sync command --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a1ca0f..1861e75 100644 --- a/README.md +++ b/README.md @@ -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 ```