Created
February 4, 2010 23:22
-
-
Save localshred/295260 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cap shell | |
* executing `shell' | |
==================================================================== | |
Welcome to the interactive Capistrano shell! This is an experimental | |
feature, and is liable to change in future releases. Type 'help' for | |
a summary of how to use the shell. | |
-------------------------------------------------------------------- | |
cap> which bundle | |
[establishing connection(s) to mydomain.com] | |
error: failed: "sh -c 'which bundle'" on mydomain.com | |
cap> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ssh deployer | |
deployer@myserv:~$ which bundle | |
/var/lib/gems/1.9.1/bin/bundle | |
deployer@myserv:~$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment