-
See [my question](http://stackoverflow.com/questions/5044992/capistrano-error-with-successfully-copied-files) on StackOverflow. When I try to have Capistrano run the rake task to create the theme cach…
-
The README leaves this as a question, so I'd like to start a discussion on what we should do so I can start pull requests.
I'm in favor of Chef plus Capistrano because they both have been around long…
-
Hi,
I've been using a custom script to precompile assets locally and just now switched to using this gem. This gem works great, but wouldn't it be faster and reduce server load to precompile the asse…
-
I seem to have hit a bug with hosts filtering. I have a pretty simple setup with 2 servers, and when I try to deploy to only one (either with `HOSTS=hostname` or `--hosts=hostname`) I get an error abo…
-
For a project i use herbert with i am having the following situation:
- Project is "live" on a staging server, including the plugin.
- Plugin is still under development but locally linked as a symlink…
-
Hello folks,
got a weird behavior today:
``` bash
cap staging deploy:check_node
DEBUG [fd22af91] Running /usr/bin/env [ -d ~/.rbenv/versions/2.2.3 ] as deployer@staging.pufffer.lan
DEBUG [fd22af91] …
-
I install asdf (on a Debian web server) in /usr/local/asdf. Then I put all my plugins etc in /opt/asdf. I do this rather than having everything in ~/.asdf. When initialising asdf in my login script I …
-
Hi,
in `SSHKit::Backend::Netssh#run` instance_exec is used to change the binding of the given block. With this binding change it is difficult to encapsulate an action in a service object for instanc…
-
I'm trying to run a task that involves the `run_locally` method, but whenever Capistrano tries to execute this task, it tries to use the server's rvm type which is different from my type (system vs us…
rkrdo updated
8 years ago
-
After deploying a war to a tomcat on a remote machine, there are many ssh connections left unclosed. For example, here is the result of ps after such session
``` bash
deploy 10933 0.0 0.1 135520 …