GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
.github Add stalebot configuration (#347) Jun 22, 2022 .vscode Exposing API to get plugin details (#350) Jun 28, 2022 components upgrade next version to 13 (#378) Nov 30, 2022 lib add ability to hide plugins from index (#400) ...
部署Drone之前在github中添加一个OAuth登录密钥,Drone使用OAuth方式登录。 1、打开setting -> Developer settings -> OAuth apps 添加一个新的oauth app 记住clint_id 和 secret 后面要用 其中 homepage url为drone server的地址 authorization callback url 为github oauth登录成功后的回调地址 编写dokcer-compose.yml...
使用git和github 第一步: 安装git 设置git设置自己的用户名和密码 git config --global user.name’duzhuang’ git config --global user.eamil ‘邮箱@qq.ocm’ 设置完成之后可以查看配置信息:git config -l 第二步:使用git 1、设置git文件夹 git init 2、git ... ...
1.首先申请一个 Github OAuth Application image 申请页面位于github->setting->Developer settings->OAuth Apps image Github OAuth Application 是为了授权 Drone Server 读取你的 Github 信息。记下生成的 Client ID 和 Client Secret 2.创建共享密钥,配置在docker-compose.yml里面 ...
version:'2'services:drone-server:image:drone/drone:1container_name:drone-server ports:-'10081:80'# Web管理面板的入口 PROTO=http 时使用该端口volumes:-/var/run/docker.sock:/var/run/docker.sock# docker.sock [1]-/var/data/drone/:/var/lib/drone# drone数据存放路径environment:-DRONE_GITHUB_CLIE...
Drone 开源地址:https://github.com/harness/drone 由于本人是在公司内部服务器部署的,所以都是使用的HTTP部署。HTTPS部署详见另一位大佬的文章:https://www.cnblogs.com/yan7/p/15881087.html Drone 版本 2.9.1 Gitea 版本 1.17.6 Docker 版本 20.10.12 ...
Drone也是一个优秀、开源的持续部署工具,具有很高的关注度。https://github.com/harness/drone 不过稍微遗憾的是Drone社区不太完善。尤其国内,资料很少。折腾部署时利用Google搜索也耗费了不少时间。 Drone 简介 Drone应用由Server(服务器)和Runner(执行器)两种服务构成。
Drone 的 GitHub 地址:https://github.com/drone/drone 简介:https://imnerd.org/drone.html Drone 是一个基于 Docker 的持续部署系统,用 Go 语言编写。Drone 本身和所有插件都是镜像,易于使用。 安装 通过docker-compose配合 YAML 配置文件,可以方便的安装 Drone。
drone 是基于容器的构建服务,配置简单且免费,在 github 上也有 20K star。如果你的仓库主要都在 github,你会喜欢上它的 随着github action 的发展,github + github-action 也是个人以及小型公司可选的持续集成方案,不过由于它属于公共构建服务的缘故,镜像构建以及镜像拉取速度会是一个问题,这要取舍 ...