Set CI for beta branch.

This commit is contained in:
Patrick Fic
2024-01-17 14:43:09 -08:00
parent 69791a3cdd
commit a994d0dc16

View File

@@ -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: