小团队怎么做自动化部署

查看 144|回复 14
作者:fyooo   
公司有阿里云的服务器 ECS ,也有自己的机房服务器。
看了一下,阿里云 ECS 有配套的 https://help.aliyun.com/document_detail/224608.html
不知道自己机房的服务器怎么部署好
后台是:Go ,前端是 Next.js
当前简单粗暴的在服务器上 git pull ,但是这个太原始了,不知道有没有成熟的开源方案

ecs, 服务器, 机房, 阿里云

clickhouse   
我司( Java ) Jenkins 触发自动部署 K8S 。
ReinerShir   
jenkins + docker compose ,服务不多的话单 jenkins 就够了
bugsnail   
给个思路吧:github/gitlab 私有仓库托管,自己部署个 jenkins 想怎么玩怎么玩
但是,一个 jenkins 跑起来就吃掉 1G 多的内存....
caneman   
jenkins + docker compose
placeholder   
https://juejin.cn/post/7207787191623647288 ,仅供参考,
这种问题我建议你们联系一下 chatGPT 问问(手动狗头)
leeraya   
jenkins 、gitlab 、harbor 、k8s
jearyvon   
我们在用的流程大概就是
git tag trigger -> jenkens (build docker image) -> ALIYUN K8S deploy
Rache1   
阿里云有 ”云效“ 😏
ZxBing0066   
gitlab ci 吧,感觉 jenkins 没有 gitlab ci 和 github action 简单
您需要登录后才可以回帖 登录 | 立即注册

返回顶部