diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml new file mode 100644 index 000000000..ec528b269 --- /dev/null +++ b/bitbucket-pipelines.yml @@ -0,0 +1,21 @@ +image: node:14.17.1 + +pipelines: + branches: + VRFS-5232-new_react_frontend: + - step: + name: Build Production + script: + - cd jam-ui + - npm install + - npm run build + artifacts: + - build/** + - step: + name: Deploy to S3 + deployment: production + script: + - pipe: atlassian/aws-s3-deploy:1.1.0 + variables: + S3_BUCKET: "jamkazam-ui/prd" + LOCAL_PATH: "build" \ No newline at end of file