sergio.am/.drone.yml

18 lines
212 B
YAML
Raw Normal View History

2022-05-11 18:02:32 +00:00
---
kind: pipeline
type: docker
name: default
2022-05-11 17:56:50 +00:00
2022-05-11 18:02:32 +00:00
steps:
- name: backend
image: ruby:latest
commands:
- bundle install
- bundle exec jekyll build
2022-05-11 18:04:54 +00:00
when:
branch:
- main
node:
location: marley