Explorar el Código

去掉钩子文件

chenbo hace 4 años
padre
commit
560efd0b0f
Se han modificado 1 ficheros con 0 adiciones y 17 borrados
  1. 0 17
      commands/git/update.php

+ 0 - 17
commands/git/update.php

@@ -1,17 +0,0 @@
-<?php
-/**
- * Created by PhpStorm.
- * User: zhima
- * Date: 2019/1/25
- * Time: 上午9:54
- */
-
-
-
-
-$command = "cd /home/wwwroot/default/lexus_press/dist;git pull";
-
-
-exec($command,$data);
-
-print_r($data);