Skip to content

Commit

Permalink
default app path to root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
machariamuguku committed Oct 8, 2021
1 parent 5e02f94 commit d13d712
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion molecule/resources/playbooks/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
2 changes: 1 addition & 1 deletion molecule/ubuntu-1804-opensrp/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d13d712

Please sign in to comment.