diff --git a/.env.development b/.env.development index c051922..e9e8cd3 100644 --- a/.env.development +++ b/.env.development @@ -20,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-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 deleted file mode 100644 index 256546e..0000000 --- a/git_info.json +++ /dev/null @@ -1 +0,0 @@ -{"branch_name":"beta","last_commit_date":"2022-01-18T11:39:58.000Z","last_commit_author":"sidharth","last_commit_hash":"10dcca315f8a4cb7a86e87becb9e7cd05a3ecb36"}