Continuous Integration

The project has a repository in Gitlab and the repository has set up for Gitlab CI. This project is a multisite, so the repository is common for both.

Trigger actions

There are 2 trigger actions : a merge request and push, into the dev or the master branch. These branches are protected, so a direct push isn't possible.

  1. Merge request Runs tests, if they're passed you confirm merge, which does push into a branch

  2. Push Runs deploy (into the dev or live website)

Last updated

Was this helpful?