Hi,
I want to create a pipeline in bitbucket to deploy(.zip file) in Elastic Beanstalk. I have two environments (Test and production), so when a developer push to the test branch the pipeline will make a zip file and deploy it in the test environment, and when we push code to the production branch bitbucket pipeline will deploy it in the production branch.
Can we configure like this in a bitbucket pipeline?
Thanks,
Sampath.