Browse Source

added pull submodules in deploy

Bachir Soussi Chiadmi 3 years ago
parent
commit
f0966cea3f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      deploy.sh

+ 1 - 0
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