github Actions 使用方法
Posted ukzq
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了github Actions 使用方法相关的知识,希望对你有一定的参考价值。
http://www.ruanyifeng.com/blog/2019/09/getting-started-with-github-actions.html
Actions 是github提供的持续测试和持续部署的操作模块.
Continuous Integration : CI 持续集成
Continuous Deployment : CD 持续部署
https://segmentfault.com/a/1190000016757021
以上是关于github Actions 使用方法的主要内容,如果未能解决你的问题,请参考以下文章
使用GitHub Actions自动构建DockerHub镜像
如何使用 Github-actions 在 Docker 上使用 Mysql 运行 Prisma 迁移
使用 GitHub Actions 从私有 GitHub 存储库安装 npm 模块