diff --git a/.env.development b/.env.development index 2aebf4b..e9e8cd3 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,3 @@ - VUE_APP_BRAINTREE_AUTH_KEY=sandbox_bn48hmp6_cz6p85sw4dr5tp8h VUE_APP_MAGENTO_API_URL=https://retailer-stg.crane.com VUE_APP_CRANE_URL=/shop @@ -11,7 +10,7 @@ VUE_APP_RETAILOR_ID=49057567-f789-420c-98b6-2e0443af73f5 VUE_APP_IMAGE_CATEGORY_PATH_URL=https://retailer-stg.crane.com VUE_APP_NODESLS_API_URL=https://imagelib-sls-stg.crane.com -VUE_APP_HOME_PAGE_URL=https://www-retailer-stg.crane.com +VUE_APP_HOME_PAGE_URL=https://www-stg.crane.com VUE_APP_CC_CONNECTION_URL=https://www.staging.personalized-stationery.com/CranesConnectionRedesign/Personalize.aspx? VUE_APP_MAINTENANCE_MODE=false VUE_APP_MAINTENANCE_PAGE_URL=/maintenance @@ -21,8 +20,8 @@ VUE_APP_IMAGE_CATEGORY_PARAMS=?height=600&width=600 VUE_APP_CRANE_ORDER_URL=https://ordertest.crane.com DEPLOY_S3_REGION=us-east-1 -DEPLOY_S3_BUCKET= -DEPLOY_CLOUDFRONT_ID= +DEPLOY_S3_BUCKET=retailer-edge-staging-website-bucket +DEPLOY_CLOUDFRONT_ID=E1QLFKCOZUDC8P VUE_APP_ASSETS_NODESLS_URL=https://assets-stg-sls.crane.com VUE_APP_IMAGE_LIB_URL=https://imagelib-stg-api.crane.com -VUE_APP_BASE_URL=https://www-retailer-stg.crane.com \ No newline at end of file +VUE_APP_BASE_URL=https://retailer-stg.crane.com \ No newline at end of file diff --git a/.env.production b/.env.production index df89502..be3f63b 100644 --- a/.env.production +++ b/.env.production @@ -1,28 +1,28 @@ -VUE_APP_BRAINTREE_AUTH_KEY=production_fwr8vmp4_ypgzrntpjcv9vwsf -VUE_APP_MAGENTO_API_URL=https://retailer.crane.com +NODE_ENV=production +VUE_APP_BRAINTREE_AUTH_KEY=sandbox_bn48hmp6_cz6p85sw4dr5tp8h +VUE_APP_MAGENTO_API_URL=https://retailer-stg.crane.com VUE_APP_CRANE_URL=/shop VUE_APP_GATE_URL=/gate -VUE_APP_ME_URL=/retailer +VUE_APP_ME_URL=/b2b VUE_APP_LOGIN_URL=/gate/sign-in -VUE_APP_PERSONALIZE_URL=https://studio.crane.com/personalize -VUE_APP_PROVISION_URL=http://manager-daily.crane.com/manager -VUE_APP_IMAGE_PATH_URL=https://retailer.crane.com/media/catalog/product -VUE_APP_RETAILOR_ID=08c43bbf-3735-4621-85f9-d71dc2cfb41b -VUE_APP_IMAGE_CATEGORY_PATH_URL=https://retailer.crane.com -VUE_APP_NODESLS_API_URL=https://imagelib-sls.crane.com -VUE_APP_HOME_PAGE_URL=https://www.crane.com -VUE_APP_CC_CONNECTION_URL=https://www.personalized-stationery.com/CranesConnectionRedesign/Personalize.aspx? +VUE_APP_PERSONALIZE_URL=https://studio-stg.crane.com/personalize +VUE_APP_IMAGE_PATH_URL=https://retailer-stg.crane.com/media/catalog/product +VUE_APP_RETAILOR_ID=49057567-f789-420c-98b6-2e0443af73f5 +VUE_APP_IMAGE_CATEGORY_PATH_URL=https://retailer-stg.crane.com +VUE_APP_NODESLS_API_URL=https://imagelib-sls-stg.crane.com + +VUE_APP_HOME_PAGE_URL=https://www-stg.crane.com +VUE_APP_CC_CONNECTION_URL=https://www.staging.personalized-stationery.com/CranesConnectionRedesign/Personalize.aspx? VUE_APP_MAINTENANCE_MODE=false VUE_APP_MAINTENANCE_PAGE_URL=/maintenance -VUE_APP_GTAG_ID=GTM-MF96RJX -VUE_APP_GA_ID=UA-26415879-2 - +VUE_APP_GTAG_ID=GTM-N774RX4 +VUE_APP_GA_ID=UA-26415879-3 VUE_APP_IMAGE_CATEGORY_PARAMS=?height=600&width=600 -VUE_APP_CRANE_ORDER_URL=https://order.crane.com +VUE_APP_CRANE_ORDER_URL=https://ordertest.crane.com DEPLOY_S3_REGION=us-east-1 -DEPLOY_S3_BUCKET= -DEPLOY_CLOUDFRONT_ID= -VUE_APP_ASSETS_NODESLS_URL=https://assets-sls.crane.com -VUE_APP_IMAGE_LIB_URL=https://imagelib-api.crane.com -VUE_APP_BASE_URL=https://www.crane.com \ No newline at end of file +DEPLOY_S3_BUCKET=retailer-edge-staging-website-bucket +DEPLOY_CLOUDFRONT_ID=E1QLFKCOZUDC8P +VUE_APP_ASSETS_NODESLS_URL=https://assets-stg-sls.crane.com +VUE_APP_IMAGE_LIB_URL=https://imagelib-stg-api.crane.com +VUE_APP_BASE_URL=https://retailer-stg.crane.com \ No newline at end of file diff --git a/.env.staging b/.env.staging index b098fab..be3f63b 100644 --- a/.env.staging +++ b/.env.staging @@ -21,8 +21,8 @@ VUE_APP_IMAGE_CATEGORY_PARAMS=?height=600&width=600 VUE_APP_CRANE_ORDER_URL=https://ordertest.crane.com DEPLOY_S3_REGION=us-east-1 -DEPLOY_S3_BUCKET= -DEPLOY_CLOUDFRONT_ID= +DEPLOY_S3_BUCKET=retailer-edge-staging-website-bucket +DEPLOY_CLOUDFRONT_ID=E1QLFKCOZUDC8P VUE_APP_ASSETS_NODESLS_URL=https://assets-stg-sls.crane.com VUE_APP_IMAGE_LIB_URL=https://imagelib-stg-api.crane.com -VUE_APP_BASE_URL=https://www-stg.crane.com \ No newline at end of file +VUE_APP_BASE_URL=https://retailer-stg.crane.com \ No newline at end of file diff --git a/deploy_production.sh b/deploy_production.sh index 64277b1..9926611 100755 --- a/deploy_production.sh +++ b/deploy_production.sh @@ -3,13 +3,13 @@ rm -Rf git_info.json yarn yarn build:production yarn copy:git-info -rm dist/static/js/craneCatalog.js +rm dist/static/js/craneRetailerCatalog.js rm dist/static/js/magentoCmsCache.js rm dist/static/js/seoRoutes.js rm dist/static/js/urlRewrites.js # yarn copy:seo-files # yarn copy:cache-files -rm dist/static/js/craneCatalog.js +rm dist/static/js/craneRetailerCatalog.js rm dist/static/js/craneCategory.js rm dist/static/js/promotions.js yarn deploy:production \ No newline at end of file diff --git a/deploy_staging.sh b/deploy_staging.sh index d158312..3bc0e78 100755 --- a/deploy_staging.sh +++ b/deploy_staging.sh @@ -3,8 +3,8 @@ rm -Rf git_info.json yarn yarn build:staging yarn copy:git-info -rm dist/static/js/craneCatalog.js -rm dist/static/js/magentoCmsCache.js +# rm dist/static/js/craneRetailerCatalog.js +# rm dist/static/js/magentoCmsCache.js rm dist/static/js/seoRoutes.js rm dist/static/js/urlRewrites.js # yarn copy:seo-files diff --git a/git_info.json b/git_info.json index fa7da95..8151b80 100644 --- a/git_info.json +++ b/git_info.json @@ -1 +1 @@ -{"branch_name":"dev","last_commit_date":"2022-01-19T13:21:02.000Z","last_commit_author":"anju j","last_commit_hash":"b1151481d0a45d9a1b73c225b342b160b7ad7f21"} \ No newline at end of file +{"branch_name":"dev","last_commit_date":"2022-01-19T13:24:39.000Z","last_commit_author":"rakesh","last_commit_hash":"7e0bb1a971f6a745a599f2eeda74ab1459428f2a"} \ No newline at end of file diff --git a/package.json b/package.json index ad3cb88..88b739e 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "js-base64": "^2.5.1", "lodash-humps": "^3.1.5", "vue": "^2.6.10", - "vue-cookies": "^1.5.13", + "vue-cookies": "^1.5.13", "vue-gtag": "^1.8.0", "vue-gtm": "3.0.0-vue2", "vue-meta": "^2.4.0", diff --git a/public/index.html b/public/index.html index 8ca4b1f..26a3d0e 100644 --- a/public/index.html +++ b/public/index.html @@ -24,10 +24,7 @@
- - - - + + +