update at 2025-09-17 17:16:01

This commit is contained in:
douboer
2025-09-17 17:16:01 +08:00
parent 3ff47c11d5
commit 1025847af8
4 changed files with 20 additions and 31 deletions

8
run.sh
View File

@@ -1,8 +0,0 @@
touch README.md
git init
git checkout -b main
git add README.md
git commit -m "first commit"
git remote add origin https://biboer.cn/gitea/gavin/devops.git
git push -u origin main

View File

@@ -1,3 +0,0 @@
git add .
git commit -m "devops"
git push origin master

20
rungit.sh Executable file
View File

@@ -0,0 +1,20 @@
#!/bin/bash
# 自动添加所有修改
git add .
# 如果没有提交信息,默认用时间戳
msg="update at $(date '+%Y-%m-%d %H:%M:%S')"
# 支持自定义提交信息:./run.sh "your message"
if [ $# -gt 0 ]; then
msg="$*"
fi
# 提交
git commit -m "$msg"
# 推送到远程 main 分支
git push origin main

20
x
View File

@@ -1,20 +0,0 @@
涉及36个系统25%需要上云,内部计划
专班成员,参会人员+分管领导
安全责任,安全管控
集团4月份下任务
CT云 -> 天翼私有云资源在CT云上 第三方合作伙伴提供规范标准走CT云开通流程
资源利用率统计
数量测算
市场参与
存量以L1为主新增以L3为主
标准规范
下个月测试环境部署完成
统一数据库,不使用提出理由?
研发统一学习天翼私有云云眼、云桥等