CI/CD5 min read
GitLab CI Dev Tools
GitLab CI is GitLab's built-in CI/CD with generous free tier. Automate OpenClaw deployments.
GitLab CI is GitLab's built-in CI/CD platform. Generous free tier (2000 CI minutes/month) and powerful pipeline features.
Basic .gitlab-ci.yml
Set up stages for test and deploy. Use curl to install flyctl, then run fly deploy --remote-only.