This commit is contained in:
parent
98fcc309cd
commit
0cf2242bad
13
.drone.yml
Normal file
13
.drone.yml
Normal file
@ -0,0 +1,13 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: jekyll/jekyll
|
||||
environment:
|
||||
JEKYLL_ENV: production
|
||||
NODE_ENV: production
|
||||
commands:
|
||||
- bundle install
|
||||
- bundle exec jekyll build
|
Loading…
x
Reference in New Issue
Block a user