瀏覽代碼

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