Upgrade to Pro — share decks privately, control downloads, hide ads and more …

OSS drone

Sponsored · Ship Features Fearlessly Turn features on and off without deploys. Used by thousands of Ruby developers.

OSS drone

社内勉強会でOSS版droneについて発表した際のスライド。

Avatar for kbaba1001

kbaba1001

March 26, 2015
Tweet

More Decks by kbaba1001

Other Decks in Technology

Transcript

  1. .drone.yml image: ruby2.0.0 services: - postgres script: - mkdir -p

    /tmp/bundle - sudo chown -R ubuntu:ubuntu /tmp/bundle - gem update bundler - bundle install -j4 --path /tmp/bundle - cp config/database_drone.yml.example config/database.yml - bundle exec rake db:create db:migrate spec cache: - /tmp/bundle