You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion about the Capistrano remote management tool. Share tips and recipe files. Discuss the development of extensions and plugins, as well as the implementation of Capistrano itself.
|
|
|
Capistrano security best practice
|
| |
Hi,
The company I work for has been using capistrano for Rails web
apps. we have a app user(e.g. foo_app) created for each web apps, and
they all belong to a webapp group with no password sudo privilege:
%webapp ALL=(ALL) NOPASSWD: ALL
in our cap deploy.rb we set a ssh key pair to allow capistrano to ssh... more »
|
|
Err or during cap deploy:update
|
| |
I can not find what is wrong. I have tried to change the passwords
then try again with no luck. This is the error message I am recieving.
* executing `deploy:update_code'
executing locally: "git ls-remote [link]
HEAD"
Password for '[link]... more »
|
|
deploying a branch
|
| |
I've read that with -s I can deploy a specific branch. I tried this and it failed. The branch is only on my local dev machine. Does it also have to be on the remote server? (This post is not cross-posted anywhere)
|
|
how deploy a branch
|
| |
I've read that with -s I can deploy a specific branch. I tried this and it failed. The branch is only on my local dev machine. Does it also have to be on the remote server?
|
|
What's the difference between ssh remote command and capistrano run?
|
| |
I use capistrano to deploy my java app which is deployed to a resin server.
When I use run "/path/to/resin/bin/httpd.sh restart"
I just got logs said the server was shuting down, but the server was never started.
But when I use ssh $host "/path/to/resin/bin/httpd.sh restart"
from command line, it works just fine.... more »
|
|
--deployment flag requires a Gemfile.lock
|
| |
When I try to run cap deploy:cold I get this error message.
error:
The --deployment flag requires a Gemfile.lock. Please make sure you
have checked your Gemfile.lock into version control before deploying.
Please note: I am not using rails or anything specific. I simply run
capify . & provided url for server & subversion repo.... more »
|
|
|