Skip to content

Gitlab CI/CD

One of the main reasons we moved from bitbucket to Gitlab was due to the CI/CD process that was built in. It was much faster and easier to develop in than CircleCI. We use fairly standard ci/cd processes, but one thing to note is that we use our own custom runners (so that we can get access to the underlying docker process) on a digitalocean node. There is a cronjob on the node that periodically clears the cache.