gitlab Automatic deploys with GitLab CI It's time to take your gitlab ci to the next level. Let Gitlab CI automatically deploy to staging and give you the option to manually deploy to production if all tests pass.
devops Using Cypress in GitLab CI Cypress is a nice way to do automated tests for applications that don't come with a testing framework. Since I stumbled upon some issues getting it to work with our CI (Gitlab CI) I though to contribute with some documentation on how to get it working.
Development In 2 minutes: Self-hosted sentry 9 with Docker The Sentry docs do kind of explain how to get sentry up and running but there are small pieces of the puzzle missing and it took me a while to have everything up and running.