Skip to content

Commit

Permalink
Add .drone.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stuszynski committed Nov 15, 2018
1 parent a05d869 commit cfb25a8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
pipeline:
build:
image: ruby:2.2.1
commands:
- bundle install
- bundle exec rake db:setup
- bundle exec rake test
environment:
- RACK_ENV=test
- DATABASE_URL=postgres://postgres:postgres@database/myapp_test

services:
database:
image: postgres

0 comments on commit cfb25a8

Please sign in to comment.