Delete Flag added and build script added

This commit is contained in:
gandhimathi 2020-01-13 13:07:43 +00:00
parent e67b108ccc
commit cdccb2448a

View File

@ -15,7 +15,7 @@ pipelines:
- cd ng6-seed - cd ng6-seed
- npm install - npm install
- npm install -g @angular/cli - npm install -g @angular/cli
- ng build - npm run staging
- ls -ltr - ls -ltr
- cd dist - cd dist
- pipe: atlassian/aws-s3-deploy:0.3.8 - pipe: atlassian/aws-s3-deploy:0.3.8
@ -25,4 +25,5 @@ pipelines:
AWS_DEFAULT_REGION: 'ap-south-1' AWS_DEFAULT_REGION: 'ap-south-1'
S3_BUCKET: 'autodeploy001' S3_BUCKET: 'autodeploy001'
LOCAL_PATH: $(pwd) LOCAL_PATH: $(pwd)
DELETE_FLAG: 'true'