Changed Local path
This commit is contained in:
parent
70e5bf1b38
commit
d5ef706d35
@ -15,13 +15,17 @@ pipelines:
|
||||
- npm install
|
||||
- npm install -g @angular/cli
|
||||
- ng build
|
||||
- ls -ltr
|
||||
- cd dist
|
||||
- echo "Number of files in dist"
|
||||
- ls -l . | egrep -c '^-'
|
||||
- pipe: atlassian/aws-s3-deploy:0.3.8
|
||||
variables:
|
||||
AWS_ACCESS_KEY_ID: $AWS_ACCESS_KEY_ID
|
||||
AWS_SECRET_ACCESS_KEY: $AWS_SECRET_ACCESS_KEY
|
||||
AWS_DEFAULT_REGION: 'ap-south-1'
|
||||
S3_BUCKET: 'autodeploy001'
|
||||
LOCAL_PATH: 'fbpath'
|
||||
LOCAL_PATH: $(pwd)
|
||||
# CONTENT_ENCODING: '<string>' # Optional.
|
||||
# ACL: '<string>' # Optional.
|
||||
# STORAGE_CLASS: '<string>' # Optional.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user