add a gitkeep so we don't clash

This commit is contained in:
Sam Saffron 2013-11-12 21:23:56 -08:00
parent 268f7bbbc2
commit 768feb36c0
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ run:
- cp config/database.yml.production-sample config/database.yml
- cp config/redis.yml.sample config/redis.yml
- cp config/environments/production.rb.sample config/environments/production.rb
- touch tmp/.gitkeep
- mkdir -p tmp/pids
- mkdir -p tmp/sockets
- mkdir -p /shared/log/rails