Continuous Integration
Last updated
Was this helpful?
Last updated
Was this helpful?
The project has a repository in and the repository has set up for Gitlab CI. This project is a multisite, so the repository is common for both.
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.
Merge request Runs tests, if they're passed you confirm merge, which does push into a branch
Push Runs deploy (into the dev or live website)