GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
drone-github-releasedrone-github-releasePublic Drone plugin for creating and tagging GitHub releases Go3836 Repositories Type Language Sort drone-matrixPublic Drone plugin for sending Matrix notifications Go8Apache-2.0426UpdatedMar 6, 2025 drone-github-release-downloadPublic ...
environment:-DRONE_GITHUB_CLIENT_ID=${CLIENT_ID}#Github Client ID-DRONE_GITHUB_CLIENT_SECRET=${CLIENT_SECRET}#Github Client Secret-DRONE_RPC_SECRET=${生成的共享密钥}#上面通过命令生成的共享密钥-DRONE_SERVER_HOST=${IP地址}:10081-DRONE_USER_CREATE=username:${github的账号},admin:true#管理员账号,...
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(执行器)两种服务构成。
利用服务器进行github+drone 自动化部署 简介:自动化部署 服务器 在阿里云学生优惠中领取了一个免费7天的服务器。 github中添加OAUTH密钥 部署Drone之前在github中添加一个OAuth登录密钥,Drone使用OAuth方式登录。 1、打开setting -> Developer settings -> OAuth apps 添加一个新的oauth app...
drone 是基于容器的构建服务,配置简单且免费,在 github 上也有 20K star。如果你的仓库主要都在 github,你会喜欢上它的 随着github action 的发展,github + github-action 也是个人以及小型公司可选的持续集成方案,不过由于它属于公共构建服务的缘故,镜像构建以及镜像拉取速度会是一个问题,这要取舍 ...
com/drone/drone/cmd/drone-server - go build -o /dev/null -tags "oss nolimit" github.com/drone/drone/cmd/drone-server - name: build image: golang:1.14.15 commands: - sh scripts/build.sh environment: # The environment section provides the ability to define environment variables scoped to...
Drone 的 GitHub 地址:https://github.com/drone/drone 简介:https://imnerd.org/drone.html Drone 是一个基于 Docker 的持续部署系统,用 Go 语言编写。Drone 本身和所有插件都是镜像,易于使用。 安装 通过docker-compose配合 YAML 配置文件,可以方便的安装 Drone。