diff --git a/config/deploy.rb_sample b/config/deploy.rb_sample index 075b846..cb7658e 100644 --- a/config/deploy.rb_sample +++ b/config/deploy.rb_sample @@ -4,6 +4,10 @@ require 'mina/git' # require 'mina/rbenv' # for rbenv support. (http://rbenv.org) # require 'mina/rvm' # for rvm support. (http://rvm.io) +# Temporary(?) workaround to get 'mina setup' to run. +# see: https://github.com/nadarei/mina/issues/99 +set :term_mode, nil + # Basic settings: # domain - The hostname to SSH to. # deploy_to - Path to deploy into.