How to Set Up a CI/CD Pipeline with Drone CI on FreeBSD 12
Introduction Deploying set up a ci/cd pipeline with drone ci on freebsd 12 on a FreeBSD 12 machine differs from Linux in several important ways: packages come from the FreeBSD Ports Collection or the binary pkg repository, services are registered in /etc/rc.conf via sysrc(8), and firewall rules are written in pf.conf(5) syntax. This tutorial stays […]