net/.drone.yml

15 lines
272 B
YAML
Raw Normal View History

2022-12-15 18:15:33 -05:00
kind: pipeline
type: docker
name: default
steps:
- name: build
image: jekyll/jekyll
environment:
JEKYLL_ENV: production
NODE_ENV: production
commands:
2022-12-15 18:25:44 -05:00
- chown -R jekyll:jekyll /drone
2022-12-15 18:15:33 -05:00
- bundle install
- bundle exec jekyll build