PHPloy
PHPloy copied to clipboard
PHPloy - Incremental Git (S)FTP deployment tool that supports multiple servers, submodules and rollbacks.
I created a .revision file on server - with a previous commit hash but when running phploy it simply states: ``` Your branch is up to date with 'origin/master'. SERVER:...
Hello, I have a project with large binary files managed by git lfs. When deploying a commit with a large file it crashes silently : ``` SERVER: demo ^ 1...
I am trialing using phploy for our deployment process and everything's a dream so far (thank you for your hard work!). The only trouble I'm having is with the 'base'...
I'm using a private key with a passphrase set up as environment variable PHPLOY_PRIVKEY and it only works when password explicitly specified in phploy.ini. In doesn't work when password specified...
Thank you for you hard work on this project. I've been having a minor issue in that the order of a `include[]` seems to make a difference for condition includes....
Hi. I'm not understanding setting purge-before []. My repo contains: ``` /dir1 /dir1/file_in_dir_1 /dir2 /dir2/file_in_dir_2 file1 file2 ``` phploy.ini: ``` [production] scheme = 'sftp' user = '#' pass = '#'...
Is there already an opportunity to support a connection with WebDav protocol?
When testing what is going to change with `--list`, nothing is shown for sub modules, this makes the deployment a little more risky. Can we look at adding this.
I need to purge a folder before uploading. Is there a way to do this currently? From what I understand purge is called after the upload of new files is...
Hey! I'm interested in using a web page to control PHPloy and its functions, but I have no idea if what I'm trying to achieve is even possible. I'm only...