Skip to content

Commit

Permalink
Merge pull request #93 from ineu/deployrb-fix-2
Browse files Browse the repository at this point in the history
Properly fixed tmp/restart issue
  • Loading branch information
rstacruz committed Aug 30, 2013
2 parents dcde5b5 + 542a4f8 commit d6d6862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6d6862

Please sign in to comment.