Capistrano is an open source tool for running scripts on multiple servers; its main use is deploying web applications.
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-playbookI'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 pumaI'm new to Capistrano and I've tried using Capistrano's DSL to run shell commands on the server ('run', 'execute', etc.), …
ruby capistrano3I'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 capistrano3I'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 capistrano3I'm trying to deploy code with Capistrano 3 to Ubuntu server from GIT repository, but I'm getting this error. ========================================================================== Here is …
capistrano3I 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 capistrano3I'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$ bundle exec cap production deploy (Backtrace restricted to imported tasks) cap aborted! SSHKit::Runner::ExecuteError: Exception while executing as Psara@…
ruby-on-rails bitbucket capistrano3I'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