Add a workaround to get 'mina setup' to run.
This commit is contained in:
parent
1218fa9495
commit
dc168c0b90
1 changed files with 4 additions and 0 deletions
|
|
@ -4,6 +4,10 @@ require 'mina/git'
|
||||||
# require 'mina/rbenv' # for rbenv support. (http://rbenv.org)
|
# require 'mina/rbenv' # for rbenv support. (http://rbenv.org)
|
||||||
# require 'mina/rvm' # for rvm support. (http://rvm.io)
|
# 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:
|
# Basic settings:
|
||||||
# domain - The hostname to SSH to.
|
# domain - The hostname to SSH to.
|
||||||
# deploy_to - Path to deploy into.
|
# deploy_to - Path to deploy into.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue