This commit is contained in:
parent
07d7b9dde5
commit
1cb6adcc55
1 changed files with 5 additions and 21 deletions
26
.drone.yml
26
.drone.yml
|
@ -5,24 +5,8 @@ type: docker
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: ruby
|
image: ruby
|
||||||
commands:
|
commands:
|
||||||
- gem install bundler
|
- gem install bundler
|
||||||
- bundle install
|
- bundle install
|
||||||
- bundle exec jekyll build
|
- 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
|
|
||||||
|
|
Loading…
Reference in a new issue