lizhen_gitee 11 months ago
parent
commit
a641cee4cd
2 changed files with 8 additions and 0 deletions
  1. 4 0
      gitpull.sh
  2. 4 0
      gitpullonline.sh

+ 4 - 0
gitpull.sh

@@ -0,0 +1,4 @@
+sudo -uroot git reset --hard;
+sudo -uroot git pull;
+sudo -uroot chown -R www:www /www/wwwroot/jiankangyijia.huxiukeji.cn;
+sudo -uroot chmod -R 777 *;

+ 4 - 0
gitpullonline.sh

@@ -0,0 +1,4 @@
+sudo -uroot git reset --hard;
+sudo -uroot git pull;
+sudo -uroot chown -R www:www /www/wwwroot/xmb.tkenapp.com;
+sudo -uroot chmod -R 777 *;