소스 검색

drupal deploy git submodul init fix

bach 9 달 전
부모
커밋
308b65e7be
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      assets/deploy-drupal.sh

+ 1 - 1
assets/deploy-drupal.sh

@@ -6,7 +6,7 @@ cd ./public_html
 echo ""
 echo "Pulling down latest code."
 git pull --ff-only origin prod
-git submodule update --init --remote --recursive
+git submodule update --init --recursive
 echo ""
 echo "Clearing drush caches."
 drush cache-clear drush