Add file sync to pull command
This commit is contained in:
parent
1a79f58d02
commit
ef95d84e4d
1 changed files with 2 additions and 0 deletions
|
@ -12,5 +12,7 @@ echo "Dropping local db..."
|
|||
drush -y sql-drop
|
||||
echo "Pulling db from live into local..."
|
||||
drush -y sql-sync @live @self
|
||||
echo "Pulling files from live into local..."
|
||||
drush -y rsync @live:%files @self:%files
|
||||
drush cr
|
||||
echo "Done"
|
||||
|
|
Loading…
Reference in a new issue