Skip to content

Commit

Permalink
Release Prod (#719)
Browse files Browse the repository at this point in the history
Co-authored-by: manuraf <[email protected]>
Co-authored-by: loremedda <[email protected]>
  • Loading branch information
3 people authored Apr 22, 2024
1 parent 5973b68 commit a817755
Show file tree
Hide file tree
Showing 21 changed files with 8,055 additions and 4,974 deletions.
5 changes: 5 additions & 0 deletions .devops/deploy-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ variables:
react_app_url_api_dashboard: '$(UAT_REACT_APP_URL_API_DASHBOARD)'

react_app_enable_assistance: 'true'
react_app_enable_user_v2: '$(UAT_REACT_APP_ENABLE_USER_V2)'

react_app_url_storage: '$(UAT_REACT_APP_URL_STORAGE)'

Expand Down Expand Up @@ -86,7 +87,9 @@ variables:
react_app_url_api_party_registry_proxy: '$(PROD_REACT_APP_URL_API_PARTY_REGISTRY_PROXY)'
react_app_url_api_dashboard: '$(PROD_REACT_APP_URL_API_DASHBOARD)'


react_app_enable_assistance: 'true'
react_app_enable_user_v2: '$(PROD_REACT_APP_ENABLE_USER_V2)'

react_app_url_storage: '$(PROD_REACT_APP_URL_STORAGE)'

Expand Down Expand Up @@ -128,6 +131,7 @@ variables:
react_app_url_api_dashboard: '$(DEV_REACT_APP_URL_API_DASHBOARD)'

react_app_enable_assistance: 'true'
react_app_enable_user_v2: '$(DEV_REACT_APP_ENABLE_USER_V2)'

react_app_url_storage: '$(DEV_REACT_APP_URL_STORAGE)'

Expand Down Expand Up @@ -241,6 +245,7 @@ stages:
REACT_APP_URL_INSTITUTION_LOGO_PREFIX: '$(react_app_url_storage)/institutions/'
REACT_APP_ENABLE_USER_V2": '$(react_app_enable_user_v2)'
REACT_APP_ANALYTICS_ENABLE: '$(react_app_analytics_enabled)'
REACT_APP_ENABLE_GEOTAXONOMY: '$(react_app_enable_geotaxonomy)'
REACT_APP_ANALYTICS_MOCK: '$(react_app_analytics_mocked)'
Expand Down
1 change: 1 addition & 0 deletions .env.development.local
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ REACT_APP_URL_INSTITUTION_LOGO_PREFIX=https://selcdcheckoutsa.z6.web.core.window

REACT_APP_API_MOCK_PARTIES=true
REACT_APP_API_MOCK_PRODUCTS=true
REACT_APP_ENABLE_USER_V2=false

REACT_APP_ONE_TRUST_BASE_URL=https://cdn.cookielaw.org
REACT_APP_ANALYTICS_ENABLE=true
Expand Down
1 change: 1 addition & 0 deletions .env.test.local
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ REACT_APP_URL_INSTITUTION_LOGO_PREFIX=http://checkout.selfcare/institutions/

REACT_APP_API_MOCK_PARTIES=false
REACT_APP_API_MOCK_PRODUCTS=false
REACT_APP_ENABLE_USER_V2=false

REACT_APP_ENABLE_GEOTAXONOMY=true

Expand Down
Loading

0 comments on commit a817755

Please sign in to comment.