What is the best practice of creating deployment project for projects that are running on AWS EBS?
We have the build plans configured for our DEV environment which is running on AWS EBS. Everytime we commit our code it produces war file and upload it to AWS S3 bucket, deploys that war file to the DEV environment. Now, we wonder how to promote to QA environment using bamboo deployment project. Anyone has done this before?
Hi Jong,
Let's see if I understood this correctly,
Your question: How can I promote this release to a different environment (QA)?
If the workflow above is correct, why don't you have a second environment in this same deployment project and use Bamboo to promote the release to this second environment?
good resource: Deployment Projecs
Please correct me if I'm wrong.
cheers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.