Hello,
I'm using capistrano v2.15.4 ,
I anymore can deploy but my connection seems good and I have no error
message.
Here is some logs :
* 2013-05-17 14:01:23 executing `deploy'
* 2013-05-17 14:01:23 executing `deploy:update'
** transaction: start
* 2013-05-17 14:01:23 executing `deploy:update_code'
updating the cached checkout on all servers
executing locally: "git ls-remote [email protected]/repos.git master"
command finished in 2624ms
* executing "if [ -d .../shared/cached-copy ]; then cd
.../shared/cached-copy && git fetch -q origin && git fetch --tags -q origin
&& git reset -q --hard 683fd0112159dc8bee5ef0f860854b8e4e7a39b4 && git
clean -q -d -x -f; else git clone -q -b master
[email protected]/repos.git .../shared/cached-copy && cd
.../shared/cached-copy && git checkout -q -b deploy
683fd0112159dc8bee5ef0f860854b8e4e7a39b4; fi"
servers: ["..."]
[...] executing command
** [... :: out] fatal: The remote end hung up unexpectedly
command finished in 2442ms
*** [deploy:update_code] rolling back
I see the connection in the application's server and in the repo's server
and if I do the last command on the server via ssh with the same user I use
for the deployment I have no error
sh -c 'if [ -d.../shared/cached-copy ]; then cd .../shared/cached-copy &&
git fetch -q origin && git fetch --tags -q origin && git reset -q --hard
683fd0112159dc8bee5ef0f860854b8e4e7a39b4 && git clean -q -d -x -f; else git
clone -q -b master [email protected]/repos.git .../shared/cached-copy &&
cd .../shared/cached-copy && git checkout -q -b deploy
683fd0112159dc8bee5ef0f860854b8e4e7a39b4; fi'
I really don't know where to search more information so I ask you if you
know what can be my issue.
THank you,
Samuel
--
--
* You received this message because you are subscribed to the Google Groups
"Capistrano" group.
* To post to this group, send email to [email protected]
* To unsubscribe from this group, send email to
[email protected] For more options, visit this group at
http://groups.google.com/group/capistrano?hl=en
---
You received this message because you are subscribed to the Google Groups
"Capistrano" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.