Merge branch 'VRFS-5232-new_react_frontend' of bitbucket.org:jamkazam/jam-cloud into VRFS-5232-new_react_frontend

This commit is contained in:
Nuwan 2021-10-21 21:51:25 +05:30
commit 20faef891c
1 changed files with 3 additions and 3 deletions

View File

@ -8,9 +8,9 @@ pipelines:
script:
- cd jam-ui
- npm install
- npm run build
- CI=false npm run build
artifacts:
- build/**
- jam-ui/build/**
- step:
name: Deploy to S3
deployment: production
@ -18,4 +18,4 @@ pipelines:
- pipe: atlassian/aws-s3-deploy:1.1.0
variables:
S3_BUCKET: "jamkazam-ui/prd"
LOCAL_PATH: "build"
LOCAL_PATH: "jam-ui/build"