Add push script

This commit is contained in:
2026-03-09 12:47:59 +08:00
parent 85a98858f1
commit 24c3ce30dd

8
push.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
# 提交並推送到遠端服務器
git add .
git commit -m "$1"
git push
echo "✓ 已推送到 root@192.168.88.81:/mnt/mydata/gitea"