From 70ed489a1d44fab770abdafec870dfe1ba4286fe Mon Sep 17 00:00:00 2001 From: Priit Tamboom Date: Mon, 6 Oct 2014 14:10:30 +0300 Subject: [PATCH] Run robot bundler as app --- bin/robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/robot b/bin/robot index ae19d9c8f..1b682c15a 100755 --- a/bin/robot +++ b/bin/robot @@ -10,7 +10,7 @@ cd "$(dirname "$0")"; cd .. git pull origin master git --git-dir=. --work-tree=$PWD/.. reset --hard -bundle install --deployment +setuser app bundle install --deployment # cp config/secrets-example.yml config/secrets.yml # create manually config/database.yml