Add gitea-42-124 remote and rename remotes by IP

This commit is contained in:
2026-03-09 13:22:24 +08:00
parent 0043e4cd16
commit 34fc4ed46f

View File

@@ -1,9 +1,10 @@
#!/bin/bash
# 提交並推送到遠端服務器
# 提交並推送到所有遠端服務器
git add .
git commit -m "$1"
git push origin
git push gitea
git push gitea-88-81
git push gitea-42-124
echo "✓ 已推送到 origin 和 gitea"
echo "✓ 已推送到 origin, gitea-88-81, 和 gitea-42-124"