Top "Capistrano3" questions

Capistrano is an open source tool for running scripts on multiple servers; its main use is deploying web applications.

Capistrano 3 does not restart after deploy

I've recently updated my capistrano gem to version 3.1.0, and since then cap production deploy passes fine, but the target deploy:…

ruby capistrano3
'Don't know how to build task' error in Capistrano 3

I'm trying to learn to use Capistrano 3 by following the DOCS and I've written a simple task to test my …

capistrano capistrano3
RVM, Capistrano 3 and bundle fail

I am using Capistrano 3: ➜ webapp git:(rails) ✗ cap --version Capistrano Version: 3.1.0 (Rake Version: 10.1.1) My Capfile is: # Load DSL and Setup …

ruby-on-rails-4 gem capistrano3
How do I set environment variables in Capistrano 3?

In Capistrano 2, you could do something like this: set :default_environment, { 'PATH' => '$PATH:/opt/rubies/ruby-2.1.1/bin' } Is …

ruby-on-rails ruby capistrano3
Rails 4 + Capistrano 3 : fatal: Could not read from remote repository while deploying

I am getting following error while deploying Rails 4 application using Capistrano 3 INFO [87512eb8] Running /usr/bin/env chmod +x /tmp/…

ruby-on-rails github deployment digital-ocean capistrano3
Capistrano creating task to change current symlink

I am trying to setup Capistrano deployment for my website, I have got the deploy working, all authentication fine, but …

deployment capistrano web-deployment capistrano3