Hi Jan,
Researching on n8n integration with GitLab. Can you pls guide me how to go about this? How to achieve this in team environment? If multiple folks need to access workflows, and update in team environment and build using GitLab
Hi Jan,
Researching on n8n integration with GitLab. Can you pls guide me how to go about this? How to achieve this in team environment? If multiple folks need to access workflows, and update in team environment and build using GitLab
so for team workflows with gitlab you’ll want to use n8n’s git integration feature - basically push your workflows to a gitlab repo and everyone can pull/push changes. check out Source control and environments | n8n Docs for the full setup
quick version:
1. enable git in n8n settings (requires enterprise license or self-hosted with the feature enabled)
2. connect to your gitlab repo
3. team members can push/pull workflow changes through the n8n UI
if you dont have the git feature, you can also export workflows as JSON and version those in gitlab manually but its more work. lmk what setup youre running (cloud vs self-hosted)