diff --git a/scripts/pull.sh b/scripts/pull.sh index c86a32b..2379d35 100755 --- a/scripts/pull.sh +++ b/scripts/pull.sh @@ -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"