Add CI/CD via Drone #1
1 changed files with 5 additions and 3 deletions
|
@ -1,11 +1,13 @@
|
|||
pipeline:
|
||||
build:
|
||||
kind: pipeline
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: ruby
|
||||
commands:
|
||||
- gem install bundler
|
||||
- bundle install
|
||||
- bundle exec jekyll build
|
||||
publish:
|
||||
- name: publish
|
||||
image: plugins/docker
|
||||
settings:
|
||||
pull_image: true
|
||||
|
|
Loading…
Reference in a new issue