Skip to content

Commit

Permalink
Merge pull request #229 from dvdhsu/master
Browse files Browse the repository at this point in the history
Make tmp directory if it doesn't exist
  • Loading branch information
gabskoro committed Sep 16, 2014
2 parents 595efce + fbe6818 commit 924ca92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
invoke :'rails:assets_precompile'

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

0 comments on commit 924ca92

Please sign in to comment.