diff --git a/deploy.sh b/deploy.sh index ff69f4b..f5762b7 100644 --- a/deploy.sh +++ b/deploy.sh @@ -6,6 +6,7 @@ cd ./src echo "" echo "Pulling down latest code." git pull --ff-only origin prod +git submodule update --recursive --remote echo "" echo "Clearing drush caches." drush cache-clear drush