@@ -32,3 +32,20 @@ You can give as much information as possible to the team for creation:
2. Add the new informations to your Variables (`Settings/CI/CD/Variables`)
* Add the username (by default `gitlab+deploy-token-xx`) and name it `DEPLOY_USER`
* Add the token and name it `DEPLOY_TOKEN`
### Build your image
First you need to build your image during the CI in gitlab. For this, I recommand to write a script that do this process and call it in the `.gitlab-ci.yml`: