学习cicd

1、持续集成工具用的是Github Actions

2、学习完cicd 和GitHub Actions 后,自己做的一个demo:https://github.com/zcxzcxczcx/cicd。主要就是把代码push到github仓库,然后scp到阿里云服务器,生成镜像,docker运行。

3、参考的文章

https://zhuanlan.zhihu.com/p/164744104

https://blog.csdn.net/alangrady/article/details/108241799

https://www.cnblogs.com/gqx-html/p/14379338.html

https://www.axiaoxin.com/article/255/

https://blog.csdn.net/qq_29562611/article/details/103792529

https://blog.csdn.net/alangrady/article/details/108241799

https://developer.aliyun.com/article/906895

https://www.jianshu.com/p/18f71f65dccd

你可能感兴趣的:(学习cicd)