From 85ca361dbb9238abe30b09c7cd7ef15e2bf9e0ee Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 7 Sep 2016 16:05:24 +0200 Subject: [PATCH] Add submodule pull --- scripts/upgrade.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/upgrade.sh b/scripts/upgrade.sh index 5ab14468..3bf0ac04 100755 --- a/scripts/upgrade.sh +++ b/scripts/upgrade.sh @@ -3,6 +3,7 @@ # Use this script to update a dev/prod server git pull origin dev +git submodule foreach git pull origin master docker-compose run app python /srv/app/manage.py migrate --noinput bower install gulp build -- 2.39.5