It seems the deployment isn't working for mirror clone. The following code should be changed as- https://github.com/concrete5cojp/git-Webhooks-Auto-Deploy-PHP-Script/blob/master/deployments.php#L174 ``` 'cd ' . $this->_directory . ' && git fetch' ``` Also I believe this code block does never execute. https://github.com/concrete5cojp/git-Webhooks-Auto-Deploy-PHP-Script/blob/master/deployments.php#L131-L134 The value is already set from https://github.com/concrete5cojp/git-Webhooks-Auto-Deploy-PHP-Script/blob/master/deployments.php#L127
It seems the deployment isn't working for mirror clone.
The following code should be changed as-
https://github.com/concrete5cojp/git-Webhooks-Auto-Deploy-PHP-Script/blob/master/deployments.php#L174
Also I believe this code block does never execute.
https://github.com/concrete5cojp/git-Webhooks-Auto-Deploy-PHP-Script/blob/master/deployments.php#L131-L134
The value is already set from https://github.com/concrete5cojp/git-Webhooks-Auto-Deploy-PHP-Script/blob/master/deployments.php#L127