stage: before: - bower install --allow-root - cp config/configuration.yml.example config/configuration.yml - cp config/database.teatro.yml config/database.yml - bundle exec rake generate_secret_token database: - bundle exec rake db:create db:migrate - bundle exec rake db:seed RAILS_ENV=development run: foreman start -c web=1,worker=1