From 89fc1d87b94ddcf344dc6588541e83221801cd12 Mon Sep 17 00:00:00 2001 From: bach Date: Mon, 8 Feb 2021 11:06:54 +0100 Subject: [PATCH] updated deploy submodul, removed basic.settings.yml from config --- deploy.sh | 2 +- src/config/sync/basic.settings.yml | 23 ----------------------- 2 files changed, 1 insertion(+), 24 deletions(-) delete mode 100644 src/config/sync/basic.settings.yml diff --git a/deploy.sh b/deploy.sh index f5762b7..a1cabb2 100755 --- a/deploy.sh +++ b/deploy.sh @@ -6,7 +6,7 @@ cd ./src echo "" echo "Pulling down latest code." git pull --ff-only origin prod -git submodule update --recursive --remote +git submodule update --recursive --checkout echo "" echo "Clearing drush caches." drush cache-clear drush diff --git a/src/config/sync/basic.settings.yml b/src/config/sync/basic.settings.yml deleted file mode 100644 index a2e5648..0000000 --- a/src/config/sync/basic.settings.yml +++ /dev/null @@ -1,23 +0,0 @@ -browser_sync: - enabled: false - host: localhost - port: 3000 -clear_registry: false -ie_enabled: false -ie_enabled_versions: - ie8: false - ie9: false -langcode: fr -features: - node_user_picture: false - comment_user_picture: true - comment_user_verification: true - favicon: true -logo: - use_default: false - path: '' -favicon: - use_default: false - path: '' -_core: - default_config_hash: mZYodhyp0QyNLZuDuZzbHDHQU4Hzg4WeX61Fbu3e1qg