Add CI/CD via Drone #1
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,11 @@ steps:
|
||||||
- gem install bundler
|
- gem install bundler
|
||||||
- bundle install
|
- bundle install
|
||||||
- bundle exec jekyll build
|
- bundle exec jekyll build
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
branch:
|
||||||
|
exclude: master
|
||||||
|
event: push
|
||||||
---
|
---
|
||||||
name: build
|
name: build
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
|
Loading…
Reference in a new issue