demarches-normaliennes/circle.yml

16 lines
323 B
YAML
Raw Normal View History

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