diff --git a/.circleci/config.yml b/.circleci/config.yml index 4233aced8..a902a03b3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -132,7 +132,7 @@ jobs: name: Install Dependencies command: npm i - - run: npm run build:rome + - run: npm run build:production:rome - aws-cli/setup: aws_access_key_id: AWS_ACCESS_KEY_ID @@ -140,10 +140,35 @@ jobs: region: AWS_REGION - aws-s3/sync: - from: build + from: dist to: "s3://rome-online-production/" arguments: "--exclude '*.map'" + promanager-app-build: + docker: + - image: cimg/node:18.18.2 + + working_directory: ~/repo/client + + steps: + - checkout: + path: ~/repo + - run: + name: Install Dependencies + command: npm i + + - run: npm run build:production:promanager + + - aws-cli/setup: + aws_access_key_id: AWS_ACCESS_KEY_ID + aws_secret_access_key: AWS_SECRET_ACCESS_KEY + region: AWS_REGION + + - aws-s3/sync: + from: dist + to: "s3://promanager-production/" + arguments: "--exclude '*.map'" + test-rome-hasura-migrate: docker: - image: cimg/node:18.18.2 @@ -188,6 +213,31 @@ jobs: to: "s3://rome-online-test/" arguments: "--exclude '*.map'" + test-promanager-app-build: + docker: + - image: cimg/node:18.18.2 + + working_directory: ~/repo/client + + steps: + - checkout: + path: ~/repo + - run: + name: Install Dependencies + command: npm i + + - run: npm run build:test:promanager + + - aws-cli/setup: + aws_access_key_id: AWS_ACCESS_KEY_ID + aws_secret_access_key: AWS_SECRET_ACCESS_KEY + region: AWS_REGION + + - aws-s3/sync: + from: dist + to: "s3://promanager-testing/" + arguments: "--exclude '*.map'" + test-hasura-migrate: docker: - image: cimg/node:18.18.2 @@ -307,16 +357,16 @@ workflows: - rome-api-deploy: filters: branches: - only: rome/master + only: master-AIO - rome-app-build: filters: branches: - only: rome/master + only: master-AIO - rome-hasura-migrate: secret: ${HASURA_PROD_SECRET} filters: branches: - only: rome/master + only: master-AIO - imex-test-app-build: filters: branches: @@ -334,6 +384,14 @@ workflows: filters: branches: only: test-AIO + - test-promanager-app-build: + filters: + branches: + only: test-AIO + - promanager-app-build: + filters: + branches: + only: master-AIO - test-rome-hasura-migrate: secret: ${HASURA_ROME_TEST_SECRET} filters: diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index cbc7e04be..aeabb8f20 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -1,4 +1,4 @@ - +