2017-03-01 18:35:01 +01:00
|
|
|
database:
|
|
|
|
override:
|
2017-04-04 11:53:16 +02:00
|
|
|
- cp config/database.yml.ci config/database.yml
|
|
|
|
- bundle exec rake db:create db:schema:load db:migrate RAILS_ENV=test
|
2017-04-05 16:30:07 +02:00
|
|
|
|
2017-04-06 18:25:47 +02:00
|
|
|
test:
|
|
|
|
override:
|
|
|
|
- bundle exec rspec
|
|
|
|
- bundle exec haml-lint app/views/
|
|
|
|
|
2017-04-05 16:30:07 +02:00
|
|
|
deployment:
|
|
|
|
staging:
|
|
|
|
branch: staging
|
|
|
|
commands:
|
|
|
|
- bundle exec rake deploy_ha
|