Skip to content

Commit

Permalink
更新推送脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
Suni-code committed Nov 8, 2024
1 parent 1be2a2e commit 4d78280
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ git add -A

# 提交
git commit -m "$input"

#同步远程仓库文件
git pull
# 推送到远程的main分支
git push -f origin main
git push origin main

0 comments on commit 4d78280

Please sign in to comment.