Add a workaround to get 'mina setup' to run.

This commit is contained in:
Señor Rolando 2013-12-12 22:54:54 +01:00
parent 1218fa9495
commit dc168c0b90

View file

@ -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.