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
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue