diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index df2f6401f..303a86f50 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -12,7 +12,15 @@ pipelines: artifacts: - jam-ui/build/** - step: - name: Deploy to S3 + name: Deploy to staging + deployment: staging + script: + - pipe: atlassian/aws-s3-deploy:1.1.0 + variables: + S3_BUCKET: "jamkazam-ui/stg" + LOCAL_PATH: "jam-ui/build" + - step: + name: Deploy to production deployment: production script: - pipe: atlassian/aws-s3-deploy:1.1.0