🦁
Angama
  • Introduction
  • WordPress
    • Overview
  • Administration
    • Server
      • Structure
      • Dev environment
    • CND (CloudFlare)
  • About
    • Naming agreement
    • Git
    • Continuous Integration
    • Launch notes
    • Transfer website
    • List of new pages
    • List of old pages with new blocks
  • User Tutorials
  • Systems
    • TourPlan
    • HubSpot
    • MS Frabic
Powered by GitBook
On this page

Was this helpful?

  1. About

Continuous Integration

PreviousGitNextLaunch notes

Last updated 3 years ago

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.

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)

Gitlab