Robot: add secret key example

This commit is contained in:
Priit Tark 2015-03-02 16:16:15 +02:00
parent 0a4aacc5b6
commit 3efb8b5a64

View file

@ -16,6 +16,7 @@ export RAILS_ENV=test
cd "$(dirname "$0")"; cd .. cd "$(dirname "$0")"; cd ..
cp config/application-example.yml config/application.yml cp config/application-example.yml config/application.yml
cp config/secrets-example.yml config/secrets.yml
cp config/database-robot.yml config/database.yml cp config/database-robot.yml config/database.yml
# under jenkins use rbenv-plugin wrapper # under jenkins use rbenv-plugin wrapper