josmo / drone-elastic-beanstalk

Drone plugin for deploying to AWS Elastic Beanstalk
Apache License 2.0
4 stars 11 forks source link

msg="Problem creating application" error="InvalidParameterCombination: Unable to download from S3 location (Bucket: drone-node-test Key: ******). Reason: Not Found\n\tstatus code: 400 #13

Closed Aabhusan closed 4 years ago

Aabhusan commented 4 years ago

when i am trying to deploy in the elastic beanstalk it say s3 not found although i have create an s3 bucket. my .drone.yml code is this

kind: pipeline type: docker name: default

steps:

name: deploy to elastic beanstalk image: pelotech/drone-elastic-beanstalk settings: access_key: from_secret: aws_access_key secret_key: from_secret: aws_secret_key region: ap-southeast-2 application: drone ci tester version_label: v1 description: Deployed with DroneCI bucket: drone-node-test bucket_key: from_secret: aws_access_key and the logs says:

image

Aabhusan commented 4 years ago

i have done it this might help someone. My .drone.yml file looks like this

kind: pipeline type: docker name: default

workspace: path: /myproject

steps:

volumes: