Add CI/CD via Drone #1
1 changed files with 14 additions and 12 deletions
26
.drone.yml
26
.drone.yml
|
@ -1,12 +1,14 @@
|
|||
name: default
|
||||
|
||||
kind: pipeline
|
||||
type: docker
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: ruby
|
||||
commands:
|
||||
- gem install bundler
|
||||
- bundle install
|
||||
- bundle exec jekyll build
|
||||
pipeline:
|
||||
build:
|
||||
image: ruby
|
||||
commands:
|
||||
- gem install bundler
|
||||
- bundle install
|
||||
- bundle exec jekyll build
|
||||
publish:
|
||||
image: plugins/docker
|
||||
settings:
|
||||
registry: docker.atomaka.com
|
||||
repo: atomaka.com
|
||||
tags:
|
||||
- latest
|
||||
|
|
Loading…
Reference in a new issue