Yet Another Roots on Shared Host “Article” more like Journal
Experimenting with Capistrano on my shared server based on this blog post (a bit dated, yes). Ya have to set a few configurations including config/deploy.rb: set :deploy_to, ‘/home/account_name/deploy’ # Set path to Composer SSHKit.config.command_map[:composer] = “/home/account_name/bin/composer.phar” Running bundle exec cap production deploy, Was getting an error in SSH connection. Using an .ssh/config file alias (which … Continued