Merging release branch to Master after deployment

Hi

is there any way we can merge release branch to master once release is deployed to Production environment. We are using VSTS for builds and code is GIT

Thanks
Sunil Bindra

Hi Sunil,

Thank you for reaching out to us with your query.

I’m not aware of a native way of doing this using Octopus Deploy. However, you might be able to do this using a custom script or a custom step which would interact with git directly. The step would need to be scoped to only run when deploying to your production environment and would need to go at the end of your release process so it only runs after the deployment is ‘done’.

I hope this is helpful. Please let me know if you have any questions.

Best Regards,

Charles

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.