Image by wdreblow0 from Pixabay.

OpenBSD GitLab Runner Setup

phbits
2 min readMay 31, 2022

--

In an effort to automate the configuration of OpenBSD, this post will describe the basic setup of GitLab Runner to leverage GitLab CI/CD.

Tested on OpenBSD 7.1

Prerequisites

1: GitLab Repository

Create a new blank project with Visibility Level=Private. A private repository is recommended since it will contain scripts to configure…

--

--