Posts tagged as cicd
Access private submodules in GitHub Actions
📆2020-07-09🍱tools
Using submodules can be a simple solution to make some parts of a public repo private. For example I have separated the actual content of this blog to a private repo. Not because it's something secret (you are reading it now anyway) but it…
Update Drone CI to latest version
📆2019-06-14🍱server
Drone is a great open source CI/CD running in a docker container that is both easy to use and install. Because it runs in a container and doesn’t require a lot of dependencies installed on your system it’s really easy to update to a new…
How to install and configure Drone CI on a self-hosted server
📆2019-02-27🍱server
Drone CI is an open source continues integration and delivery platform built on container technlogoy. It is a lightweight and easy to use solution for testing and deploying your projects. Drone is distributed and run in a Docker container…