This commit is contained in:
17
.drone.yml
17
.drone.yml
@ -1,8 +1,11 @@
|
|||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: default
|
||||||
|
|
||||||
pipeline:
|
steps:
|
||||||
build:
|
- name: backend
|
||||||
image: ruby:alpine
|
image: ruby:latest
|
||||||
commands:
|
commands:
|
||||||
- bundle install
|
- bundle install
|
||||||
- bundle exec jekyll build
|
- bundle exec jekyll build
|
||||||
branches: main
|
|
||||||
|
Reference in New Issue
Block a user