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 352c4158c2 - Show all commits

View file

@ -1,12 +1,14 @@
name: default
kind: pipeline
type: docker
steps:
- name: build
image: ruby
commands:
- gem install bundler
- bundle install
- bundle exec jekyll build
pipeline:
build:
image: ruby
commands:
- gem install bundler
- bundle install
- bundle exec jekyll build
publish:
image: plugins/docker
settings:
registry: docker.atomaka.com
repo: atomaka.com
tags:
- latest