Skip to content

CircleCI Registeration

John Howe edited this page Jun 1, 2025 · 2 revisions

CircleCI 注册流程

创建 Organization

Organization 随便起名就好,示例为 CloudCheckin。注意,无法起重复的名字。

创建 Project

接着选择 Create a project

选择 Build, test, and deploy your software application

命名随意,示例是 CloudCheckin

Pipeline 命名随意,示例为 dailycheckin:

然后直接 connect Github 即可

按照指导安装即可,注意最好 access 只选择访问 CloudCheckin 仓库(实际场景中,这里应该是 你的 github 用户名/CloudCheckin):

然后会自动识别到该仓库 Repo 下的配置:

这里选择添加新的 trigger。

接着 trigger 的名称自定义即可,branch 分支填写 main。然后你就会获得生成的 Webhook 的url,将 secret 替换 部分形成完整的 url,作为变量 CIRCLECI_WEBHOOK_URL 填写在 Github Actions 的 secrets 中

到此结束所有配置:

(如果觉得多余,可以创建完成以后,在 setting 中删除多余的 trigger,仅保留 webhook 的方式)

Clone this wiki locally