diff --git a/.drone.yml b/.drone.yml index 5e45d98..279fcde 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,24 +5,8 @@ type: docker steps: - name: build - image: ruby - commands: - - gem install bundler - - bundle install - - bundle exec jekyll build -- name: publish - image: plugins/docker - settings: - registry: docker.atomaka.com - repo: atomaka.com - tags: - - latest - when: - branch: - - master - -- name: notify - image: plugins/slack - settings: - channel: developers - username: drone + image: ruby + commands: + - gem install bundler + - bundle install + - bundle exec jekyll build