Skip to content

Commit

Permalink
Merge pull request #225 from mina-deploy/revert-208-patch-1
Browse files Browse the repository at this point in the history
Revert "fix tmp/restart.txt path"
  • Loading branch information
gabskoro committed Sep 7, 2014
2 parents 8521d6f + abd6ce8 commit 595efce
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 @@ -64,7 +64,7 @@
invoke :'rails:assets_precompile'

to :launch do
queue "touch tmp/restart.txt"
queue "touch #{deploy_to}/#{current_path}/tmp/restart.txt"
end
end
end
Expand Down

0 comments on commit 595efce

Please sign in to comment.