INFO: Uploading application1.zip to S3.
aws s3 cp application1.zip s3://$S3_BUCKET/my-app-1.0.0
INFO: Registering a revision for the artifact.
aws deploy register-application-revision --application-name $APPLICATION_NAME --revision revisionType=S3,s3Location={bucket=$S3_BUCKET,key=my-app-1.0.0,bundleType=zip}
✖ Failed to register application revision.
Hi @yamal
Thanks for your question!
To try to help you it would be nice if you could provide bitbucket-pipelines.yml configuration and full logs output without sensitive details.
Best regards,
Oleksandr Kyrdan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.