So, we have two different instances of a Node project running the same code on two different environments e an Elastic Beanstalk application.
I'm trying to automate the deploy with a branch Bitbucket pipeline for the master branch. The problem I encountered is that the first deploy runs fine, but the second one fails telling me that the application version already exists.
How can I accomplish this task?
I guess I figured this out, I can set a custom VERSION_LABEL on the pipe configuration and this should suffice.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.