git-deploy icon indicating copy to clipboard operation
git-deploy copied to clipboard

Deployment of Git from branch master successful - but not update file

Open khacnha opened this issue 8 years ago • 0 comments

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.

khacnha avatar Dec 01 '16 09:12 khacnha