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

…to filename string. Once successfully uploaded it uses forceRename to rename back to correct path. This is to improve deployments to Production environments on bigger files. PHP throws "end of...

I have a fresh windows installation and even after I install all dev tools (wamp, git, composer, phploy), I can't deploy my projects using PHPLOY. I got this message: Fatal...

I understand this is a normal - that when FTP'ing a PHP file and a user access that script during upload he would get a ERROR. I have read that...

When base option is set, files outside base dir should be ignored. Fix in directories creation.

I can make a connection through the console and I can create files or directories inside of /var/www/html/ ![Captura de pantalla de 2021-08-03 21-56-35](https://user-images.githubusercontent.com/7144988/128114939-3ff01858-d60e-4f57-8a10-1760b267176a.png) However when I run `phploy` it...

Hi, I just installed in a virtual machine with ubuntu 20 and I installed a sftp server, an apache server and all my projects are saved inside of "var/www/html". To...

hi, I was checking the docs but I haven't found it. is there an option for having to specify the server explicitly (or using "all"). I know phploy takes all...

I have downloaded the phploy.phar from Github (there was a fatal error with league/filesystem in the composer version). In my options, I have for example `include[] = 'assets/dist'`. When I...

This issue was originally raised in #306 and seems to have been addressed in #313. However, as of today, it appears that the contents of included directories are always deployed...

Hey, Basically `$ PHPLOY_PORT="21" PHPLOY_HOST="myftphost.com" PHPLOY_USER="ftp" PHPLOY_PASS="ftp-password" PHPLOY_PATH="/home/user/public_html/example.com"` can't be used in Windows Powershell because it thinks `PHPLOY_PORT` etc, are commands. Is there a way to make it possible? something...