Top "Capistrano" questions

Capistrano is a developer tool for deploying web applications.

Don't know how to build task 'start' when run 'cap production deploy' for capistrano 3.8.0 with Rails

I tried to deploy my rails site using capistrano. So when i ran cap production deploy This is what i …

ruby-on-rails capistrano
Set custom variable in capistrano 3

I was using capistrano 2 with my php project, where I used to define custom variables like this: set :app_environment, "…

capistrano
Capistrano mkdir permission denied

When I run cap production deploy I get cannot create directory ‘/var/www/application/repo’: Permission denied. So far I've …

ubuntu deployment capistrano sudo vps
How to enter rails console on production via capistrano?

I want to enter the rails console on production server from my local machine via capistrano. I found some gists, …

ruby-on-rails console capistrano
How to have Capistrano NOT rollback if a task fails

We're using Capistrano/Webistrano (with Lee Hambley's railsless-deploy gem) to push our PHP application to production servers. I have some …

capistrano
Rails: An unhandled lowlevel error occurred. The application logs may have details

I made this on my server: deploy@ubuntu-512mb-ams2-01:~/applications/spa_backend/current$ bundle exec rake secret 4b921910** deploy@…

ruby-on-rails ruby capistrano capistrano3 puma
Capistrano Deploy failing error for rails - bundle: not found

This is the first time I am deploying and getting errors. here is my deploy.rb file require 'bundler/capistrano' …

ruby-on-rails capistrano
deploy with capistrano using a pem file

We have a EC2 instance, and our capistrano setup requires ssh. To connect through ssh normally, I use a .pem …

ruby-on-rails ssh amazon-ec2 capistrano
Capistrano: linked file database.yml does not exist on my.server.ipadress

after i try to deploy my app via capistrano to my server i get this error message: DEBUG [605f198a] …

ruby-on-rails deployment ssh capistrano
Sidekiq deploy to multiple environments

(See below for my detailed config, which is the result of Henley Chiu's answer). I've been trying to wrap my …

ruby-on-rails deployment capistrano sidekiq