From f0966cea3f6007c47244141062fda747f062904c Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Mon, 14 Dec 2020 14:40:35 +0100 Subject: [PATCH] added pull submodules in deploy --- deploy.sh | 1 + 1 file changed, 1 insertion(+) 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