Gitlab-CI

官网

bash 复制代码
## gitlab-ci 完整语法
https://docs.gitlab.cn/jh/ci/yaml/index.html

原理

流程图

说明

GitLab Runner 是 GitLab CI/CD 的一个组件,用于运行构建、测试和部署作业。它是一个开源项目,允许您在专用、共享或云计算资源上执行作业。

GitLab Runner

GitLab Runner 安装

bash 复制代码
https://docs.gitlab.com/runner/install/linux-repository.html

GitLab Runner 注册

bash 复制代码
https://docs.gitlab.com/runner/install/linux-repository.html
相关推荐
青靴1 天前
轻量级日志监控与告警系统(二,下):CI/CD 具体部署实战,一行推送实现秒级更新
ci/cd
要站在顶端2 天前
基于 curl 实现 Jenkins 上传制品到 JFrog Artifactory
运维·ci/cd·jenkins
HIT_Weston2 天前
43、【Ubuntu】【Gitlab】拉出内网 Web 服务:静态&动态服务
前端·ubuntu·gitlab
小安同学iter2 天前
三台服务器,一套流水线:如何实现无缝自动化部署?
gitlab·jenkins
4***99742 天前
DevOps在云原生中的CI/CD流水线
ci/cd·云原生·devops
西部森林牧歌3 天前
Arbess从基础到高阶(14) - 使用Arbess+GitLab+SonarQube实现代码扫描完成后自动化部署
ci/cd·gitlab·sonarqube·arbess·tiklab devops
青靴3 天前
虚拟机上实现最简 CI/CD
ci/cd·devops
4***V2023 天前
GitLab Pages配置
git·gitlab·github
sulikey3 天前
从入门到精通:如何自己编写高质量的 .gitignore(面向工程实践)
git·gitee·编辑器·gitlab·github·gitignore·gitattributes
青靴4 天前
轻量级 CI/CD:Git Hooks 自动部署 Node.js 应用(CICD-demo)
git·ci/cd·node.js