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 6d1b0ab1ba - Show all commits

View file

@ -1,4 +1,10 @@
pipeline: pipeline:
build:
image: ruby
commands:
- gem install bundler
- bundle install
- bundle exec jekyll build
publish: publish:
image: plugins/docker image: plugins/docker
settings: settings: