Skip to content

Instantly share code, notes, and snippets.

@localshred
Created February 4, 2010 23:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save localshred/295260 to your computer and use it in GitHub Desktop.
Save localshred/295260 to your computer and use it in GitHub Desktop.
$ 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>
$ 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