Repository Access and Clone

Applies to: FlexLab

Overview

Each FlexLab project has a managed GitLab repository exposed on the project Code page.

Steps — view repository

  1. Open /dashboard/[orgId]/project/[id]/code.
  2. Copy HTTPS or SSH clone URL.
  3. Open Open in GitLab if shown for web UI access.

Steps — clone locally

  1. Install Git and FlexSite CLI.
  2. git clone
  3. cd
  4. flexsite auth login with token from Tokens.
  5. Copy .flexsite.yml settings if prompted.

Repository layout

Standard Drupal 11 template includes composer.json, .gitlab-ci.yml, web/, docker/, and FlexSite pipeline config.

Push to tracked branches to trigger environment deployments.