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.
Articles about devops subjects, all the nice and cool things that make your daily devops life easier and more fun, well at least most of the time.
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.
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.
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.