From 542a4f81979dc3878d8317ad5038c3ec96aeba5e Mon Sep 17 00:00:00 2001 From: Eugene Diachkin Date: Sun, 10 Feb 2013 22:50:52 +0200 Subject: [PATCH] Properly fixed tmp/restart issue --- data/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/deploy.rb b/data/deploy.rb index 075b8466..79ce61be 100644 --- a/data/deploy.rb +++ b/data/deploy.rb @@ -60,7 +60,7 @@ invoke :'rails:assets_precompile' to :launch do - queue "touch #{deploy_to}/tmp/restart.txt" + queue "touch #{deploy_to}/#{current_path}/tmp/restart.txt" end end end