Add rake tasks #306
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue