
gitlab
喵呜来个咪
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
gitlab CI/CD 自动化部署vue前端项目 - 自动化部署配置文件
# 一、 .gitlab-ci.yml >stages: # List of stages for jobs, and their order of execution >> - build >> - deploy >build-job: # This job also runs in the test stage. >>stage: build # It can run at the same time as u.原创 2021-10-20 16:51:29 · 802 阅读 · 0 评论 -
gitlab CI/CD 自动化部署vue前端项目-Centos7 安装gitlab命令
#虚拟机上安装gitlab ###下载rpm包 wget https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/gitlab-ce-14.3.3-ce.0.el7.x86_64.rpm ###安装依赖 yum -y install policycoreutils openssh-server openssh-clients postfix policycoreutils-python #安装GitLab #1、安装rpm包: rpm -ivh git.原创 2021-10-20 16:42:28 · 173 阅读 · 0 评论 -
proxmox 安装虚拟机实现gitlab自动化部署--centos7 证书过期问题
centos7 证书过期问题 百度了很多解决方法,发现最快捷的方法是报错信息默认提供得在 wget后面加上 --no-check-certificate 跳过检查 仅以记录原创 2021-10-20 10:43:27 · 401 阅读 · 0 评论 -
proxmox 安装虚拟机实现gitlab自动化部署 --gitlab-runner的url和token的地址到底是哪一个
正确的注册URL和Token应该为自己提交的项目下,设置->CICD-Runners处,如下图所示: 而不是在浏览网站的时候看到有内容是下图所示位置的URL和Token原创 2021-10-16 14:58:04 · 219 阅读 · 0 评论