Changed Local path

This commit is contained in:
gandhimathi 2020-01-13 11:41:51 +00:00
parent 70e5bf1b38
commit d5ef706d35

View File

@ -15,13 +15,17 @@ pipelines:
- npm install - npm install
- npm install -g @angular/cli - npm install -g @angular/cli
- ng build - ng build
- ls -ltr
- cd dist
- echo "Number of files in dist"
- ls -l . | egrep -c '^-'
- pipe: atlassian/aws-s3-deploy:0.3.8 - pipe: atlassian/aws-s3-deploy:0.3.8
variables: variables:
AWS_ACCESS_KEY_ID: $AWS_ACCESS_KEY_ID AWS_ACCESS_KEY_ID: $AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY: $AWS_SECRET_ACCESS_KEY AWS_SECRET_ACCESS_KEY: $AWS_SECRET_ACCESS_KEY
AWS_DEFAULT_REGION: 'ap-south-1' AWS_DEFAULT_REGION: 'ap-south-1'
S3_BUCKET: 'autodeploy001' S3_BUCKET: 'autodeploy001'
LOCAL_PATH: 'fbpath' LOCAL_PATH: $(pwd)
# CONTENT_ENCODING: '<string>' # Optional. # CONTENT_ENCODING: '<string>' # Optional.
# ACL: '<string>' # Optional. # ACL: '<string>' # Optional.
# STORAGE_CLASS: '<string>' # Optional. # STORAGE_CLASS: '<string>' # Optional.