修改cicd为gitea action,简化操作
This commit is contained in:
BIN
doc/cicd.png
BIN
doc/cicd.png
Binary file not shown.
|
Before Width: | Height: | Size: 779 KiB |
BIN
doc/newci.png
Normal file
BIN
doc/newci.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 734 KiB |
20
doc/临时命令.md
Normal file
20
doc/临时命令.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# 包含 [skip actions] 的提交会跳过工作流
|
||||
git commit -m "修复样式问题 [skip actions]"
|
||||
|
||||
|
||||
```bash
|
||||
# 运行自动化集群部署脚本
|
||||
./docker/deploy-swarm.sh
|
||||
|
||||
# --- 其他命令 ---
|
||||
|
||||
# 删除之前的部署(可选)
|
||||
docker stack rm app-product
|
||||
|
||||
# 查看 app-product 集群运行情况
|
||||
docker stack ps app-product
|
||||
|
||||
# 持续观察服务副本数是否达到预期
|
||||
watch docker stack services app-product
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user