runners

How we use Gitlab Runner

Reading Time: 3 minutes Gitlab is a scalable and efficient Git-based fully featured platform for software development and it supports a complete DevOps lifecycle. It is a single application for the entire software development lifecycle from planning projects and source code management to CI/CD, monitoring, and security. Gitlab Runner is an application that works with GitLab CI/CD to run the job in a pipeline. It is open-source and written Continue Reading

Self-hosted runners for GitHub Actions

Reading Time: 4 minutes Self-hosted runners offer more control of hardware, operating system, and software tools than GitHub-hosted runners. It provide us with ability to create custom hardware and software configuration with more processing ability to run larger jobs. Runners can be physical, virtual, in a container, on-premises, or in a cloud. In this blog, we will be adding a runner in cloud. For introduction to CI/CD using GitHub Continue Reading