Private GitLab Deployment
GitLab can be used the same way as GitHub for a Git-backed FiveM workflow.
Flow
- Create/import your repository.
- Create an SSH deploy key on the FiveM host.
- Add the public key to the project with the minimum required access.
- Clone over SSH.
- Test a pull.
- Keep production deployment controlled.
Do not mix live edits and Git carelessly
If you edit tracked files directly on the server, a later pull can conflict. Prefer editing in your normal development copy, committing, then pulling the reviewed commit to production.
Success check
git status is clean after deployment and the server can pull the intended branch without interactive account credentials.
Document status
Last reviewed: September 2026
Version note: Use the instructions that match your installed product/resource version. When behavior differs from your release, check its release notes before changing production configuration.
