basic ci
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2022-05-11 20:02:32 +02:00
parent 43ea246b56
commit 05b2524f60

View File

@ -1,8 +1,11 @@
---
kind: pipeline
type: docker
name: default
pipeline:
build:
image: ruby:alpine
commands:
- bundle install
- bundle exec jekyll build
branches: main
steps:
- name: backend
image: ruby:latest
commands:
- bundle install
- bundle exec jekyll build