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 pipeline:
build:
kind: pipeline image: ruby
type: docker commands:
- gem install bundler
steps: - bundle install
- name: build - bundle exec jekyll build
image: ruby publish:
commands: image: plugins/docker
- gem install bundler settings:
- bundle install registry: docker.atomaka.com
- bundle exec jekyll build repo: atomaka.com
tags:
- latest