Add rake tasks #306
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