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

After successfully uploading a bunch of files, I get this error: ``` [2015-04-25 17:05:52 -0400] Uploaded: user/plugins/materializer/materializer.php [2015-04-25 17:05:52 -0400] Uploaded: user/plugins/materializer/materializer.yaml [2015-04-25 17:06:00 -0400] Deleted: cache/twig/ PHP Warning: ftp_mkdir():...

Deploying from the branch "deploy" but setting a different branch in the .ini to ex: "20150316-update" doesn't deploy all tracked files. But when the .ini and .git-deploy script are dropped...

Got this error: [2014-08-15 21:15:00 +0200] Deploying to server for the first time... sh: -c: line 0: syntax error near unexpected token `(' sh: -c: line 0:`git show d6f85a2aa7b46049ab9dd6161abb098b5b59c6fd:uploads/score/score-35-1370971179-4356572206042(1).pdf 2>&1...

Improvement

We can ignore files, but is it possible to ignore directories ? :)

We need unit tests to automatically verify that everything is working. I'll have to setup some FTP/SFTP credentials without any sort of permissions in a throwaway dev vps to test...

Improvement