We can’t talk about DevOps without talking about automation. Automation is at the very core of how teams increase productivity and deliver faster. Workflows are FlexDeploy’s mechanism for organizing and orchestrating steps of a process. Processes such as:
- Build – collect the source, package, and store as an artifact
- Deploy – deploy the build artifact to an environment
- Utility – execute something (e.g. restart server)
- Test Automation – invoke 3rd party testing tools and retrieve results