From 9e832edba7f5b12c9682b51b98292b0cd10a9ddb Mon Sep 17 00:00:00 2001 From: ggball <1667834841@qq.com> Date: Sun, 16 Jan 2022 01:09:37 +0800 Subject: [PATCH] =?UTF-8?q?ci=20=E6=8F=90=E4=BA=A4gitea=E4=BB=93=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- push-gitea.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/push-gitea.sh b/push-gitea.sh index ae51177..9c6cad0 100644 --- a/push-gitea.sh +++ b/push-gitea.sh @@ -3,6 +3,9 @@ git config --global user.email "1667834841@qq.com" codingUrl="https://gitea.dongshanxia.top:35000/ggball/onemanager-java.git" + git add -A git commit -m "${msg}" +git remote add origin $codingUrl +git show-ref git push "https://gitea.dongshanxia.top:35000/ggball/onemanager-java.git" master --force # 推送