3 Star 5 Fork 3

北瓜道人 / 项目施工系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
hook.php 252 Bytes
一键复制 编辑 原始数据 按行查看 历史
skv25535 提交于 2018-12-14 15:41 . init
<?php
error_reporting(1);
$target = '/www/wwwroot/work_jinjieronghe.com'; // web目录
$wwwUser = 'www';
$wwwGroup = 'www';
$cmd = "cd $target && git pull 2>&1 && chown -R {$wwwUser}:{$wwwGroup} $target/";
$result = shell_exec($cmd);
var_dump($result);
PHP
1
https://gitee.com/chunbao12/project_construction_system.git
git@gitee.com:chunbao12/project_construction_system.git
chunbao12
project_construction_system
项目施工系统
master

搜索帮助