panyong 3 tahun lalu
induk
melakukan
98e174d940
1 mengubah file dengan 13 tambahan dan 13 penghapusan
  1. 13 13
      htmldev/dashboard/devshell.sh

+ 13 - 13
htmldev/dashboard/devshell.sh

@@ -3,16 +3,16 @@
 # git pull
 # cd /data/project/web/tingbang/htmldev/dashboard
 # npm run build
-# ssh root@81.68.157.237
-function git.branch {
-  br=`git branch | grep '*'`
-  echo ${br/* /}
-}
-
-git pull
-git status
-read -p "Enter your commit_message,please: " commit_message
-git add .
-git commit -m ${commit_message}
-git push origin ${git.branch}
-echo '代码提交成功'
+ ssh root@81.68.157.237
+#function git.branch {
+#  br=`git branch | grep '*'`
+#  echo ${br/* /}
+#}
+#
+#git pull
+#git status
+#read -p "Enter your commit_message,please: " commit_message
+#git add .
+#git commit -m ${commit_message}
+#git push origin ${git.branch}
+#echo '代码提交成功'