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.
|
|
|
No releases.last crashes first deploy
|
| |
Hi all,
I'm running into problem where I am unable to do first time deploy.
Capistrano crashes with following trace ([link]).
Looking at the source file, it's looking for last release, which
obviously isn't there.
I found some other posts on this, but none with working solution. This... more »
|
|
Any advice using capistrano and git to deploy sites with heavy flash assets?
|
| |
Hi,
We are currently experimenting with using both git and capistrano to
deploy our websites. Here's the situation. Both our flash developers
and backend developers use the same git repository (don't really
believe in submodules). Now only certain flash pieces need to be
deployed - the rest are binary assets used to build the flash... more »
|
|
creating tasks for multiple environments (and gateways)
|
| |
Hi, I'm looking for a way to manage systems in multiple datacenters/environments, each with their own gateway. gateway 1 -> app1 app2 app3 gateway 2 -> app1 app2 app3 I get stuck when trying to set "gateway" within the same capfile after its already been set and was looking for a recommendation on how to approach... more »
|
|
New feature deployment
|
| |
Hi,
On previous projects, I've used separate staging and production stages
which would both check out source code from a same master branch.
Now, for a project where static content gets added frequently through
the repository, I'm feeling the need for either:a separate staging
branch or, an experimental stage + branch to deploy long running work... more »
|
|
SUDO Problem
|
| |
When trying to deploy to a new staging server, I get the following
error:
sudo: no tty present and no askpass program specified
Anyone know what's up with this and how do I fix it?
Thanks!
|
|
tasks that refuse to run after they fail twice
|
| |
I have two custom "restart" tasks that restart apache and nginx,
respectively. I put :on_error => :continue on both.
After the Apache "restart" throws an error twice in the same script
(my fault), any subsequent calls to that task seem to get ignored...
Has anyone else experienced this? I can see how this may be a feature... more »
|
|
Needed a single revision: what does it mean?
|
| |
Capistrano and Git worked properly till I moved my site to another
server. My first attempt to deploy went wrong because of an SSH-known-
hosts related problem.
Even if I managed to solve this problem, another one raised and I
can't deploy any more:
[link]
My git repository seems intact: why do I get "Needed a single... more »
|
|
Is there a way to have capistrano ignore timed-out machines?
|
| |
Hi there,
I'm trying to use Capistrano to run periodic tasks over a bunch of
machines and I don't really care if a machine goes down (i set quite a
short timeout in ssh_options) but by default, capistrano won't attempt
to run any commands on any machine if one is inaccessible. Does anyone
know of a way to easily change this behaviour so machines that aren't... more »
|
|
|