[cases] Fixed typo

Signed-off-by: Kang HuaiShuai <khs1994@khs1994.com>
This commit is contained in:
Kang HuaiShuai 2019-09-20 14:08:30 +08:00
parent 49ef715e99
commit 1aef2b7734
No known key found for this signature in database
GPG Key ID: 0A380828B1C243A7
3 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
# GitHub Actions
GitGub Actions GitHub 推出的一款 CI/CD 工具
GitHub [Actions](https://github.com/features/actions) 是 GitHub 推出的一款 CI/CD 工具。
我们可以在每个 job step 中使用 Docker 执行构建步骤
我们可以在每个 `job` `step` 中使用 Docker 执行构建步骤
```yaml
on: push

View File

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 72 KiB

View File

@ -86,7 +86,7 @@ $ git push origin master
打开我们部署好的 `Drone` 网站或者 Drone Cloud即可看到构建结果
![](../.image/drone-build.png)
![](.image/drone-build.png)
当然我们也可以把构建结果上传到 GitHubDocker Registry云服务商提供的对象存储或者生产环境中
@ -95,5 +95,5 @@ $ git push origin master
## 参考链接
* [Drone Github](https://github.com/drone/drone)
* [Drone 文档](http://docs.drone.io/)
* [Drone 文档](https://docs.drone.io/)
* [Drone 示例](https://github.com/docker-practice/drone-demo)