From 97f24cee3e37c444a10a613da186899a7456a6c8 Mon Sep 17 00:00:00 2001 From: Denis Arh Date: Sun, 2 Dec 2018 06:43:31 +0100 Subject: [PATCH] Reconfigure realize to monitor per-app locations only --- .realize.yaml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.realize.yaml b/.realize.yaml index bdf5a9d73..ad47a2153 100755 --- a/.realize.yaml +++ b/.realize.yaml @@ -33,7 +33,9 @@ schema: - api watcher: paths: - - ../.. + - . + - ../../system + - ../../internal extensions: - go ignored_paths: @@ -54,8 +56,9 @@ schema: - api watcher: paths: - - . - - ../.. + - . + - ../../sam + - ../../internal extensions: - go ignored_paths: @@ -76,7 +79,9 @@ schema: - api watcher: paths: - - ../.. + - . + - ../../crm + - ../../internal extensions: - go ignored_paths: