From 72da0734c846ff5948858948e49a9e3377a115db Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Mon, 29 Jan 2024 12:27:52 -0800 Subject: [PATCH] Resolve CI issue. --- .circleci/config.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index a9a73ee39..b1451e587 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -182,6 +182,26 @@ jobs: to: "s3://rome-online-test/" - jira/notify + app-beta-build: + docker: + - image: cimg/node:18.18.2 + resource_class: large + working_directory: ~/repo/client + + steps: + - checkout: + path: ~/repo + - run: + name: Install Dependencies + command: npm i + + - run: npm run build + + - aws-s3/sync: + from: build + to: "s3://imex-online-beta/" + - jira/notify + rome-app-beta-build: docker: - image: cimg/node:18.18.2