05 2020 档案
摘要:compose.yml version: "3" services: prometheus: image: prom/prometheus:v2.18.1 ports: - "9090:9090" volumes: - /var/prometheus/etc:/etc/prometheus - /v
阅读全文
摘要:前言 公司使用gitlab runner作为CICD的工具,之前都是把仓库创建成public的权限,自动化拉取代码、编译、打包、上传稳稳当当一把梭,毫无违和感,突然一天一个同事创建了一个internal权限的仓库,然后 clone GG 了!?! 解决办法 大家肯定想的是,配置一个ssh key免密
阅读全文