Merge branch 'VRFS-5232-new_react_frontend' of bitbucket.org:jamkazam/jam-cloud into VRFS-5232-new_react_frontend
This commit is contained in:
commit
20faef891c
|
|
@ -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"
|
||||
Loading…
Reference in New Issue