Categories
SumoCoders Tech

Use Volta in docker images

Use volta in custom docker images

Categories
SumoCoders Tech

Scaling Gitlab runner on Google Cloud Platform

At SumoCoders we have a self-hosted GitLab instance. For each project, we have some CI-jobs. Some of them are as simple as checking code styles, others are more complex like building assets. These jobs are handled by gitlab-runners. In the past we used several droplets (servers) on Digital Ocean as gitlab-runners. These instances were running 24/7, and could only […]