Hi,
I am using it in test environment to learn Octopus.
I am able to push the code to local repo. DONE
I am able to create release for all the environments. DONE
I am able to deploy the release manually. DONE
Now I want to deploy it automatically, if the release is available it should be deployed it self to its concern environment. Further if all goes well it must be pushed to second environment after first successful deployment. I tried to understand to KB but couldn’t.
Please guide me what to do ?
Hi,
Thanks for getting in touch!
The simplest way to do this is in the configuration for the lifecycle you are using for your project. When you add an environment to a phase in your lifecycle, there is an option available which allows you to automatically deploy releases to this environment. You can find more information in our Lifecycles documentation.
Hopefully this option should be sufficient for you. If you need some more control over automatic deployments, you might like to read about Automatic Deployment Triggers.
Hope that helps, let me know how you go
Tom