5 ms·
Yeah, I don't understand those autodevops tooltips either.
by simplehuman 4y ago
Yeah, I don't understand those autodevops tooltips either.
- danudey 4y agoI've yet to see an explanation of "autodevops", or what it does or how it works, that actually makes the feature make sense to me.
- jjeaff 4y agoThey are simply ci/cd templates for building specific types of projects. If you turn autodevops on, then it will apply the template based on files found in the repo. Like a less opinionated Heroku that can deploy to your own k8s cluster. I have never really had a project generic enough that autodevops would work. But I think I did at one point copy one of their templates as a basis for my own gitlab-ci.yaml file. I think it also handles automatically configuring some things that you can't configure in your ci files, like prometheus monitoring.