diff --git a/.drone.yml b/.drone.yml index 279fcde..8f25777 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,12 +1,14 @@ -name: default - -kind: pipeline -type: docker - -steps: -- name: build - image: ruby - commands: - - gem install bundler - - bundle install - - bundle exec jekyll build +pipeline: + build: + image: ruby + commands: + - gem install bundler + - bundle install + - bundle exec jekyll build + publish: + image: plugins/docker + settings: + registry: docker.atomaka.com + repo: atomaka.com + tags: + - latest