diff --git a/.drone.yml b/.drone.yml index a212308..993cad2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,11 +1,13 @@ -pipeline: - build: +kind: pipeline + +steps: + - name: build image: ruby commands: - gem install bundler - bundle install - bundle exec jekyll build - publish: + - name: publish image: plugins/docker settings: pull_image: true