[Logilogi-svn] SF.net SVN: logilogi:[1779] projects/loglog/trunk/config/deploy.rb
Status: Beta
Brought to you by:
wybow
|
From: <wy...@us...> - 2010-10-11 22:54:32
|
Revision: 1779
http://logilogi.svn.sourceforge.net/logilogi/?rev=1779&view=rev
Author: wybow
Date: 2010-10-11 22:54:26 +0000 (Mon, 11 Oct 2010)
Log Message:
-----------
Fixed small deployment problem
Modified Paths:
--------------
projects/loglog/trunk/config/deploy.rb
Modified: projects/loglog/trunk/config/deploy.rb
===================================================================
--- projects/loglog/trunk/config/deploy.rb 2010-09-30 09:18:30 UTC (rev 1778)
+++ projects/loglog/trunk/config/deploy.rb 2010-10-11 22:54:26 UTC (rev 1779)
@@ -13,6 +13,8 @@
set :remote_user, "wybo"
set :keep_releases, 5
+default_run_options[:pty] = true
+
# If you aren't using Subversion to manage your source code, specify
# your SCM below:
# set :scm, :subversion
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|