diff --git a/.drone.yml b/.drone.yml index 455905e..a02cd76 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,3 +1,4 @@ +name: test kind: pipeline steps: @@ -7,12 +8,16 @@ steps: - gem install bundler - bundle install - bundle exec jekyll build +--- +name: build +kind: pipeline + +steps: - name: publish image: plugins/docker settings: pull_image: true registry: docker.atomaka.com repo: docker.atomaka.com/atomaka.com - when: - branch: - - master +trigger: + branch: master