php-git-deploy
php-git-deploy copied to clipboard
PHP script for code deployment from git repositories to your server. Automatic deployment from Github or Bitbucket using webhooks.
Results
3
php-git-deploy issues
Sort by
recently updated
recently updated
newest added
This change allows to use multiple array formats in config file. Previously, the only one notation was this: ```define('OPTION', serialize(array('value1', 'value2', 'value3')));``` Now it's allowed to also define array directly...