atomaka.com/.drone.yml

15 lines
272 B
YAML
Raw Normal View History

2023-02-17 23:39:05 -05:00
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