basic ci
continuous-integration/drone/push Build was killed Details

main
Sergio Álvarez 11 months ago
parent 43ea246b56
commit 05b2524f60
Signed by: salvarez
GPG Key ID: 622780889DFDBDA5

@ -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

Loading…
Cancel
Save