pocketarc / git-deploy-php

git-deploy-php is a simple php-based tool that deploys your Git repositories to FTP/SFTP servers, and keeps them updated automatically.
http://brunodebarros.github.io/git-deploy-php
292 stars 45 forks source link

Submodule (Plugin/DragDropEditor) deploy error #44

Closed maskas closed 9 years ago

maskas commented 10 years ago

I have a submodule. And it successfully uploads everything for the first time. Nest upload fails with the error:

php git-deploy [2014-10-09 00:24:28 +0300] Connected to: ftp://xxx/public_html [2014-10-09 00:24:28 +0300] Started working on: ftp://xxx/public_html [2014-10-09 00:24:28 +0300] Updating server from 7c57b8 to 15cd26... [2014-10-09 00:24:28 +0300] Plugin/DragDropEditor [2014-10-09 00:24:28 +0300] Will upload 11 files. [2014-10-09 00:24:28 +0300] Will delete 0 files. PHP Warning: ftp_put(): Can't open that file: Is a directory in /xxx/git-deploy on line 510 PHP Stack trace: PHP 1. {main}() /xxx/git-deploy:0 PHP 2. main() /xxx/git-deploy:32101 PHP 3. Server->deploy() /xxx/git-deploy:14 PHP 4. FTP->set_file() /xxx/git-deploy:283 PHP 5. ftp_put() /xxx/git-deploy:510 [2014-10-09 00:24:37 +0300] Deleted: Plugin/DragDropEditor PHP Warning: ftp_put(): Can't open that file: Is a directory in /xxx/git-deploy on line 510 PHP Stack trace: PHP 1. {main}() /xxx/git-deploy:0 PHP 2. main() /xxx/git-deploy:32101 PHP 3. Server->deploy() /xxx/git-deploy:14 PHP 4. FTP->set_file() /xxx/git-deploy:283 PHP 5. FTP->set_file() /xxx/git-deploy:519 PHP 6. ftp_put() /xxx/git-deploy:510 [2014-10-09 00:24:37 +0300] ERROR: Failed to upload Plugin/DragDropEditor. Deployment will stop to allow you to check what went wrong.

pocketarc commented 10 years ago

Thanks for reporting this, I'll look into it ASAP.

maskas commented 10 years ago

That's cool. I'm still on computer. So if you need anything to debug, just ask.

maskas commented 10 years ago

No news?

maskas commented 10 years ago

Got the point now :) ASAP may mean not now :) but "when I will available" :D just tell if there are any chances for this being fixed.

pocketarc commented 10 years ago

Yes, I will look at this and resolve it as soon as possible, like I said. :)