test_env/config/deploy.rb in mina-0.2.0 vs test_env/config/deploy.rb in mina-0.2.1
- old
+ new
@@ -58,5 +58,10 @@
#{echo_cmd %[mkdir -p tmp]}
#{echo_cmd %[touch tmp/restart.txt]}
}
end
end
+
+task :rofl do
+ set :term_mode, :pretty
+ queue %[echo "Password:"; read x; echo out: $x;]
+end