diff --git a/defaults/main.yml b/defaults/main.yml index 8131026..3418612 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -32,7 +32,7 @@ react_versioned_path: "{{ react_codebase_path }}-versioned" # where the repository is cloned react_checkout_path: "{{ react_versioned_path }}/{{ ansible_date_time['epoch'] }}" # where the actual app package is -react_app_path: "{{ react_checkout_path }}/app" +react_app_path: "{{ react_checkout_path }}" react_log_path: "/var/log/{{ react_app_name }}" react_max_versioned_folders: 10 diff --git a/molecule/resources/playbooks/converge.yml b/molecule/resources/playbooks/converge.yml index 1000951..6c455a6 100644 --- a/molecule/resources/playbooks/converge.yml +++ b/molecule/resources/playbooks/converge.yml @@ -14,4 +14,4 @@ GENERATE_SOURCEMAP: "false" SKIP_PREFLIGHT_CHECK: "true" react_remote_js_build: true - react_app_path: "{{ react_checkout_path }}/app" + react_app_path: "{{ react_checkout_path }}" diff --git a/molecule/ubuntu-1804-opensrp/converge.yml b/molecule/ubuntu-1804-opensrp/converge.yml index 57f0b6d..987a899 100644 --- a/molecule/ubuntu-1804-opensrp/converge.yml +++ b/molecule/ubuntu-1804-opensrp/converge.yml @@ -15,7 +15,7 @@ SKIP_PREFLIGHT_CHECK: "true" react_remote_js_build: false react_local_app_path: "{{ react_local_checkout_path }}/app" - react_app_path: "{{ react_checkout_path }}/app" + react_app_path: "{{ react_checkout_path }}" react_build_cmds: - cmd: lerna:prepublish args: --scope @opensrp/store