Add CI/CD via Drone #1
1 changed files with 5 additions and 21 deletions
16
.drone.yml
16
.drone.yml
|
@ -10,19 +10,3 @@ steps:
|
||||||
- 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