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
- Open
/dashboard/[orgId]/project/[id]/code. - Copy HTTPS or SSH clone URL.
- Open Open in GitLab if shown for web UI access.
Steps — clone locally
- Install Git and FlexSite CLI.
git clonecdflexsite auth loginwith token from Tokens.- Copy
.flexsite.ymlsettings 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.