git-deploy-php icon indicating copy to clipboard operation
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.

Results 26 git-deploy-php issues
Sort by recently updated
recently updated
newest added

Hi, I just installed in a virtual machine using ubuntu 20 a sftp server and on there I have a apache server and all my projects are saved inside of...

Bumps [league/flysystem](https://github.com/thephpleague/flysystem) from 1.0.41 to 1.1.4. Release notes Sourced from league/flysystem's releases. 1.0.62 When resources are not actually file pointers, but fopen results from URL, the fstat call fails. This...

dependencies

Bumps [phpseclib/phpseclib](https://github.com/phpseclib/phpseclib) from 2.0.7 to 2.0.31. Release notes Sourced from phpseclib/phpseclib's releases. 2.0.31 X509: always parse the first cert of a bundle (#1568) SSH2: behave like putty with broken publickey...

dependencies

Hello there! I have a suggestion. Would it be nice if `git-deploy` able to read system's environment variables instead of text .ini file? This will help a lot on Continuous...

Hi! Is there a way to deploy only specific subdirectory of git repository, not git root? For example, a complete project to be deployed resides in a directory inside git...

Improvement

Hello, First off, thanks so much for your work on this useful feature - i have used it in a couple of sites without any problems. I'm making this post...

Hi, Thanks for the awesome script. I first started to use this on my project but it did not seem to work. It connected successfully to the server and started...

I'm using git-deploy from [Travis CI](https://travis-ci.org/). I use a custom script [Script Deployment in Travis CI](https://docs.travis-ci.com/user/deployment/script) and I encrypt user and password of FTP [Encryption keys](https://docs.travis-ci.com/user/encryption-keys/). For these reasons I...