Top "Capistrano3" questions

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

Ansible copy ssh key from one host to another

I have 2 app servers with a loadbalancer in front of them and 1 database server in my system. I'm provisioning them …

ssh ansible capistrano3 ansible-playbook
How to restart puma after deploy?

I'm using Rails, Puma, Capistrano3. I have installed the gem capistrano3-puma as well. I started Puma with Puma Jungle …

ruby-on-rails deployment capistrano3 puma
How to run shell commands on server in Capistrano v3?

I'm new to Capistrano and I've tried using Capistrano's DSL to run shell commands on the server ('run', 'execute', etc.), …

ruby capistrano3
Capistrano and environment variables

I've switched to using environment variables for configuration and it works very well - except when I have to deploy …

ruby-on-rails environment-variables capistrano capistrano3
SSH Agent Forwarding not working

I'm having an hard time trying to configure Capistrano 3.1 to deploy an app hosted on Github. I'm following Capistrano Documentation …

github ssh capistrano3
cap aborted! SSHKit::Runner::ExecuteError: Exception while executing on host

I'm trying to deploy code with Capistrano 3 to Ubuntu server from GIT repository, but I'm getting this error. ========================================================================== Here is …

capistrano3
Capistrano 3 sudo task

I want to write a recipe with Capistrano 3 executing a task on the remote server with sudo. With Capistrano 2 this …

ruby-on-rails capistrano capistrano3
Capistrano 3 execute within a directory

I'm trying to write a task for Capistrano 3 that involves executing 'composer install' within the directory of the current release. …

ruby-on-rails ruby capistrano composer-php capistrano3
SSHKit::Runner::ExecuteError

$ bundle exec cap production deploy (Backtrace restricted to imported tasks) cap aborted! SSHKit::Runner::ExecuteError: Exception while executing as Psara@…

ruby-on-rails bitbucket capistrano3
Starting or restarting Unicorn with Capistrano 3.x

I'm trying to start or restart Unicorn when I do cap production deploy with Capistrano 3.0.1. I have some examples that …

ruby nginx unicorn capistrano3