From d5ef706d356ef297dbde3972f41c13ee8aafbc74 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Mon, 13 Jan 2020 11:41:51 +0000 Subject: [PATCH] Changed Local path --- bitbucket-pipelines.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index ed9e82d..ed4cb51 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -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: '' # Optional. # ACL: '' # Optional. # STORAGE_CLASS: '' # Optional.