diff --git a/data/deploy.rb b/data/deploy.rb index 00004e27..16a0f9cb 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