diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 6d6d35bd1..dcc46a56f 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -15,7 +15,7 @@ pipelines: - cd ng6-seed - npm install - npm install -g @angular/cli - - ng build + - npm run staging - ls -ltr - cd dist - pipe: atlassian/aws-s3-deploy:0.3.8 @@ -25,4 +25,5 @@ pipelines: AWS_DEFAULT_REGION: 'ap-south-1' S3_BUCKET: 'autodeploy001' LOCAL_PATH: $(pwd) + DELETE_FLAG: 'true' \ No newline at end of file