git-deploy
git-deploy copied to clipboard
Deployment of Git from branch master successful - but not update file
I config follow (user window server, xampp):
$repos = array(
'DemoAuto' => array(
'branch' => 'master',
'remote' => 'origin',
'path' => 'D:\Xampp\htdocs\demo_svn\\',
'secret' => $_GET["sat"]
)
);
When run push, info return: [SHA: 73b613b2b1ef] Deployment of DemoAuto from branch master successful
But i check file then not update.