ingenieux / awseb-deployment-plugin

Jenkins Plugin for AWS Elastic Beanstalk
Apache License 2.0
29 stars 53 forks source link

What is the best way to deploy existing version to another environment? #89

Open lorenh opened 5 years ago

lorenh commented 5 years ago

If I have an existing version successfully deployed to one of our 3 environments (ex: dev) , and just want to deploy the same version to another environment (ex: stage or prod). I don't need to create the version, I don't need to upload the anything to S3.

I see some discussion on this in this issue, but not really seeing whether it is solved. https://github.com/ingenieux/awseb-deployment-plugin/issues/28

Has anyone done this? Perhaps with some type of conditional based on a call to the AWS CLI to detect whether it's already been uploaded?