Add CI/CD via Drone #1

Merged
atomaka merged 29 commits from ci into master 2023-02-18 15:07:14 -05:00
Showing only changes of commit e084e6d6ca - Show all commits

View file

@ -1,11 +1,13 @@
pipeline:
build:
kind: pipeline
steps:
- name: build
image: ruby
commands:
- gem install bundler
- bundle install
- bundle exec jekyll build
publish:
- name: publish
image: plugins/docker
settings:
pull_image: true