diff --git a/.circleci/config.yml b/.circleci/config.yml index 2e047be49..7e6f8db39 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -69,6 +69,27 @@ jobs: to: "s3://imex-online-production/" - jira/notify + app-beta-build: + docker: + - image: cimg/node:18.18.2 + + working_directory: ~/repo/client + + steps: + - checkout: + path: ~/repo + + - run: + name: Install Dependencies + command: npm i --legacy-peer-deps + + - run: npm run build + + - aws-s3/sync: + from: build + to: "s3://imex-online-beta/" + - jira/notify + test-hasura-migrate: docker: - image: cimg/node:16.15.0 @@ -160,6 +181,10 @@ workflows: filters: branches: only: master + - app-beta-build: + filters: + branches: + only: master-beta - hasura-migrate: secret: ${HASURA_PROD_SECRET} filters: