multiple pipelines
This commit is contained in:
parent
74c9a64bd7
commit
aab612d678
1 changed files with 8 additions and 3 deletions
11
.drone.yml
11
.drone.yml
|
@ -1,3 +1,4 @@
|
||||||
|
name: test
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -7,12 +8,16 @@ steps:
|
||||||
- gem install bundler
|
- gem install bundler
|
||||||
- bundle install
|
- bundle install
|
||||||
- bundle exec jekyll build
|
- bundle exec jekyll build
|
||||||
|
---
|
||||||
|
name: build
|
||||||
|
kind: pipeline
|
||||||
|
|
||||||
|
steps:
|
||||||
- name: publish
|
- name: publish
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
pull_image: true
|
pull_image: true
|
||||||
registry: docker.atomaka.com
|
registry: docker.atomaka.com
|
||||||
repo: docker.atomaka.com/atomaka.com
|
repo: docker.atomaka.com/atomaka.com
|
||||||
when:
|
trigger:
|
||||||
branch:
|
branch: master
|
||||||
- master
|
|
||||||
|
|
Loading…
Reference in a new issue