Skip to content

Commit

Permalink
deploy.sh: Do not commit and only push
Browse files Browse the repository at this point in the history
  • Loading branch information
calcitem committed Dec 21, 2020
1 parent 22f97f0 commit a1f4832
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

git status -s

git add src
#git add src

git commit
#git commit

git push origin master
#git push origin --tags

git push codeing master
git push coding master
#git push coding --tags

git push gitee master
Expand Down

0 comments on commit a1f4832

Please sign in to comment.