Run robot bundler as app

This commit is contained in:
Priit Tamboom 2014-10-06 14:10:30 +03:00
parent 6497f37f87
commit 70ed489a1d

View file

@ -10,7 +10,7 @@ cd "$(dirname "$0")"; cd ..
git pull origin master git pull origin master
git --git-dir=. --work-tree=$PWD/.. reset --hard git --git-dir=. --work-tree=$PWD/.. reset --hard
bundle install --deployment setuser app bundle install --deployment
# cp config/secrets-example.yml config/secrets.yml # cp config/secrets-example.yml config/secrets.yml
# create manually config/database.yml # create manually config/database.yml