banner
NEWS LETTER

Drone客户端安装

Scroll down

本文作者:丁辉

Drone客户端安装

开始安装

Homebrew官网

  • Linux 安装 Homebrew

    1
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  • MAC 使用 Homebrew 安装 Drone命令

    1
    2
    brew tap drone/drone
    brew install drone

使用命令触发 Drone 构建

Drone 命令官网

1
2
3
4
curl -X POST \
-H "Authorization: Bearer $YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
https://your.drone.instance/api/repos/用户/仓库名/builds

I'm so cute. Please give me money.

其他文章
cover
Buildkit构建镜像
  • 70/01/01
  • 00:00
  • Kubernetes-Docker
cover
Drone的使用
  • 70/01/01
  • 00:00
  • Kubernetes-CICD
目录导航 置顶
  1. 1. Drone客户端安装
    1. 1.1. 开始安装
    2. 1.2. 使用命令触发 Drone 构建
请输入关键词进行搜索