runner drone gitea

Drone+.Net 6 实践

1.[.drone.yml] kind: pipeline type: docker name: deployment platform: os: linux arch: amd64 steps: - name: build image: mcr.microsoft.com/dotnet/sdk:6 ......
Drone Net

Docker中安装Gitea

官方介绍地址:https://docs.gitea.io/zh-cn/install-with-docker/ 1.docker compose 文件 注意:在docker compose文件中同时声明gitea及mysql,若mysql中存储了其他的数据库,当使用docker compose移除命 ......
Docker Gitea

使用Drone+gitea配置自己的CICD流程

什么是CI CD CI CD一般包含三个概念:持续集成(Continuous Integration ,CI),持续交付(Continuous Delivery),持续部署(Continuous Deploy)。他是一种软件开发实践,核心是通过引入自动化的手段来提高软件交付效率。其最终目的是为了让工 ......
流程 Drone gitea CICD

drone pipeline

drone pipeline kind: pipeline name: My Pipeline trigger: event: - push branch: - dev - test steps: - name: Package code image: maven:3.6.3-jdk-8 comma ......
pipeline drone

安装GItlab-Runner

安装GItlab-Runner 安装最新的Git 2.0以上版本,版本低很容易报错 https://ius.io/setup yum install \ https://repo.ius.io/ius-release-el7.rpm \ https://dl.fedoraproject.org/pu ......
GItlab-Runner GItlab Runner

gitlab--Gitlab Runner安装与注册

介绍 Gitlab Runner 是一个开源项目,用于运行作业并将结果返回给 gitlab。Gitlab Runner 通常于 gitlab CI 结合使用,Gitlab CI 是 gitlab 用于协调作业的开源持续集成服务。 Gitlab Runner 是用 go 编写的,可以在 linux、m ......
gitlab Gitlab Runner

gitea服务的搭建

gitea服务的搭建 gitea是一个轻量级的Git服务器,可以在Linux、Windows和MacOS等平台上运行。gitea提供了一个简洁的Web界面,方便用户管理代码仓库、团队协作和代码审查。gitea还支持多种数据库后端,如SQLite、MySQL和PostgreSQL等。本文将介绍如何在L ......
gitea

Helm 安装 gitlab-runner 报错

Helm 安装 gitlab-runner 报错踩坑 PANIC: Failed to verify the runner. You may be having network problems. 401 Unauthorized ......
gitlab-runner gitlab runner Helm

体验 Gitea Actions

Gitea Actions 实现了一个内置的 CI/CD 系统框架,兼容 GitHub Actions 的 YAML 工作流编排格式,兼容 GitHub Marketplace 中大部分现有的 Actions 插件。 ......
Actions Gitea