👷 drone site build
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
James Walker 2022-12-15 18:15:33 -05:00
parent 98fcc309cd
commit 0cf2242bad
Signed by: walkah
GPG Key ID: 3C127179D6086E93

13
.drone.yml Normal file
View 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