瀏覽代碼

commit_message

panyong 3 年之前
父節點
當前提交
edce092a41
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      htmldev/dashboard/devshell.sh

+ 6 - 1
htmldev/dashboard/devshell.sh

@@ -3,4 +3,9 @@
 # git pull
 # cd /data/project/web/tingbang/htmldev/dashboard
 # npm run build
-ssh root@81.68.157.237
+# ssh root@81.68.157.237
+git pull
+git add .
+git commit -m "commit_message"
+git push origin branch_name
+echo '代码提交成功'