mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-28 09:18:54 +00:00
[cases] Fixed typo
Signed-off-by: Kang HuaiShuai <khs1994@khs1994.com>
This commit is contained in:
parent
49ef715e99
commit
1aef2b7734
@ -1,8 +1,8 @@
|
|||||||
# GitHub Actions
|
# GitHub Actions
|
||||||
|
|
||||||
GitGub Actions 是 GitHub 推出的一款 CI/CD 工具。
|
GitHub [Actions](https://github.com/features/actions) 是 GitHub 推出的一款 CI/CD 工具。
|
||||||
|
|
||||||
我们可以在每个 job 的 step 中使用 Docker 执行构建步骤。
|
我们可以在每个 `job` 的 `step` 中使用 Docker 执行构建步骤。
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
on: push
|
on: push
|
||||||
|
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 72 KiB |
@ -86,7 +86,7 @@ $ git push origin master
|
|||||||
|
|
||||||
打开我们部署好的 `Drone` 网站或者 Drone Cloud,即可看到构建结果。
|
打开我们部署好的 `Drone` 网站或者 Drone Cloud,即可看到构建结果。
|
||||||
|
|
||||||
![](../.image/drone-build.png)
|
![](.image/drone-build.png)
|
||||||
|
|
||||||
当然我们也可以把构建结果上传到 GitHub,Docker Registry,云服务商提供的对象存储,或者生产环境中。
|
当然我们也可以把构建结果上传到 GitHub,Docker Registry,云服务商提供的对象存储,或者生产环境中。
|
||||||
|
|
||||||
@ -95,5 +95,5 @@ $ git push origin master
|
|||||||
## 参考链接
|
## 参考链接
|
||||||
|
|
||||||
* [Drone Github](https://github.com/drone/drone)
|
* [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)
|
* [Drone 示例](https://github.com/docker-practice/drone-demo)
|
||||||
|
Loading…
Reference in New Issue
Block a user