<style>
body{
background-color: #6b4fbb;
}
p {
}
.reveal section img{
}
.reveal section img.plain {
}
.reveal a img {
}
.reveal a:hover img {
}
blockquote {
text-align: left;
font-size: 0.875em;
}
ul {
text-align: left;
}
.alert-info,
.alert-warning {
font-size: 0.875em;
}
.columns {
display: flex;
}
.column {
width: 50%;
}
</style>
[<img style="display: block; margin: 0 auto; border: none; background: none; box-shadow: none;" src="https://about.gitlab.com/images/press/logo/png/gitlab-logo-gray-stacked-rgb.png" width="15%">](https://about.gitlab.com/)
# Comment sécuriser son dépôt GitLab ?
:::info
**Crédits**
[Chaudier Christophe](http://cchaudier.fr/) | [Lydra](http://lydra.fr/)
[<img style="display: block; margin: 0 auto;" src="https://mirrors.creativecommons.org/presskit/buttons/88x31/png/by-sa.png" width="10%">](https://creativecommons.org/licenses/by-sa/4.0/deed.fr)
:::
---
## J'ai tout pété !
😱
🚨 La CI sur la branche principale est rouge !
🔧 Comment je répare ça moi ?
---
<!-- .slide: data-background="https://3.bp.blogspot.com/-2jWz83v0-6Y/Wqfw4atlc5I/AAAAAAAACaY/oSUmO6VXodsoPSkEku2hDNqVnRTVx44XwCLcBGAs/s1600/gitpush.png" data-background-size="85%" -->
---
<!-- .slide: data-background="https://s3.standard.indie.host/pad-oxalis-coop/uploads/upload_b3a635acca7555f04ab9a0f993e68a1b.png" data-background-size="85%" -->
---
## Apprend à travailler sereinement
Il faut éliminer la cause :
- Ne pas pousser sur la branche principale
- Utiliser les *Merge Requests* (MR)
---
## Ressources
:::info
- [GitLab settings](https://docs.gitlab.com/ee/user/project/settings/index.html)
- [Gitlab default branch](https://docs.gitlab.com/ee/user/project/repository/branches/index.html#default-branch)
- [Visibility, project features, permissions](https://gitlab.com/help/public_access/public_access)
- [Protected Branches](https://docs.gitlab.com/ee/user/project/protected_branches.html)
:::
{"tags":"presentation, tuto, Gitlab","title":"TUTO | GitLab | Comment configurer et sécurisé son dépôt GitLab ?","type":"slide","slideOptions":{"transition":"none","transitionSpeed":"slow","theme":"Blood","progress":true,"mouseWheel":true,"showNotes":false}}