PHPloy icon indicating copy to clipboard operation
PHPloy copied to clipboard

PHPloy - Incremental Git (S)FTP deployment tool that supports multiple servers, submodules and rollbacks.

Results 35 PHPloy issues
Sort by recently updated
recently updated
newest added

Does this let you deploy a tag, rather than a branch?

I have gitignored folder but I need send specify group of files (without subfolders). I try this: `include[] = 'html/*.html'` but doesn't work. Got error: `! File not found -...

The _getPrivateKey_ method of _SftpAdapter_ class use the password to load the private key. But in the _prepareServers_ method of _PHPloy_ class you don't ask for password if private key...

PHPloy updates the SHA hash in .revision on the server even when there were errors while uploading files, for example because they are not readable. This is not consistent and...

proposal
contribution needed

Maybe will be good to have an option to deploy with tarball. Make an archive of changed files, upload to any temp place, extract and replace files. Because uploading long...

proposal
contribution needed

Occasionally I think I'd like to check the current server revision against the local version. I've had a few situations where this would have been useful. At the very least...

enhancement
contribution needed

With the 7.x series [falling out of support](https://www.php.net/supported-versions.php) in Nov 2022, PHP 8.x will be the default version installed on any new system. Do you have any plans to bring...

Seeing @banago has been unresponsive for more than a year, I have created a fork with rough changes to bring PHPloy into the PHP 8 world. I'd like to keep...

Bumps [phpseclib/phpseclib](https://github.com/phpseclib/phpseclib) from 2.0.31 to 2.0.47. Release notes Sourced from phpseclib/phpseclib's releases. 2.0.47 BigInteger: add getLength() and getLengthInBytes() methods BigInteger: put guardrails on isPrime() and randomPrime() (CVE-2024-27354) ASN1: limit OID...

dependencies

I updated Flysystem to ^3.0 and adapted the code to work with the flysystem changes. Also contains changes from sumpygump/PHPloy for flyststem-sftp PHPUnit 8.5.33 by Sebastian Bergmann and contributors. ....................