git-deploy-php
git-deploy-php copied to clipboard
git-deploy-php is a simple php-based tool that deploys your Git repositories to FTP/SFTP servers, and keeps them updated automatically.
Hi Bruno, In Config.php, when you check if log option is set, you assign to WRITE_TO_LOG constant the value of revert option in case it's set, Is it correct? ```...
I ran the script after configuring the ini files. It made empty files on the server. All the files were just empty. (Maybe related with #48) ``` [opensmartcountry] skip =...
Would be great to add a way to change the "ftp://" to "ftpes://". http://stackoverflow.com/questions/11371947/421-sorry-cleartext-sessions-are-not-accepted-on-this-server. Greetings and thanks! This tool is very useful!
When I run php git-deploy I keep getting this error: `Fatal error: Uncaught exception 'PharException' with message 'phar "/Users/RichardCaputo/GitHub/sst-dashboard/git-deploy" SHA1 signature could not be verified: broken signature' in /Users/RichardCaputo/GitHub/sst-dashboard/git-deploy:5 Stack...
on line 133 of Ftp.php $this->recursive_remove($file); Should be: $this->recursive_remove($file_or_directory.'/'.$file);
Is it possible to set the project's **local root path** in the config file? It would be very useful for deploying **multiple git projects** at once using only one config...
Bruno, we discussed this via email, and I'm entering it as an issue per your request. It would be nice to have a pre-deploy and post-deploy hook that would let...
Thanks for interesting tool. I found some problems with file permissions: - when I upload files from windows machine to some servers, created files/folders have permissions 640/750. This is a...