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.