Runner is an application that can be installed locally or on cloud environments to automate various DevOps and infrastructure tasks.
Some of its use cases are:
- checking out source code.
- building and deploying code.
- creating and managing cloud dev environments.
- CI/CD.
- creating previews.
- deleting deployments and freeing cloud resources.
curl -O https://raw.githubusercontent.com/deployment-io/runner/master/install-deployment-runner.sh && source install-deployment-runner.sh
Download and unzip the latest binary from releases.
TargetCloud=aws UserSecret=yourUserSecret UserKey=yourUserKey deployment-runner
For more information about installing and using the runner locally, see Installing runner locally
For more information about installing the runner on AWS, see Installing runner on AWS
All deployment workflows and cloud operations are executed by the runner. Runner is the only application that has access to the source code and cloud. All data communication between the runner and control plane is encrypted and happens over TLS.
Command design pattern is used extensively to make sure it's easy to add new tasks without modifying existing tasks.
Complex tasks can be created by chaining simpler tasks.
Simple tasks can be reused across complex tasks.
As an open-source tool, it would mean the world to us if you starred this repo :-).
We accept contributions in the form of issues and pull requests.