Self-Service Actions as Code

As organizations grow and their processes become more mature they will try to standardize on industry best practices and processes. One of the practices implemented by the most established companies is to keep every single configuration as code. It's no different with Self-Service Actions in Rely.io.

Rely.io enables you to leverage industry best-practices such as version control, continuous integration/delivery, and code reviews while creating and maintaining your own Self-Service Actions.

Currently we only provide automation actions to be included in your CI/CD pipelines for GitLab through CI/CD components. Support for other providers will be coming shortly.

GitLab CI/CD Components

GitLab CI/CD pipelines are extensible through CI/CD components. To support you on this task we built some CI/CD components for you to use. You can find them at https://gitlab.com/detech.ai/ssa-cicd-components.

GitLab Example Project

To get you started faster we created an example that will allow you to see how we recommend this integration to be setup. Fork our GitLab example project to get a head start on managing your Self-Service Actions as Code.

You can find the project at https://gitlab.com/detech.ai/ssa-store-template.

Last updated