atomaka.com/.drone.yml

13 lines
262 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
2023-02-18 00:00:05 -05:00
repo: docker.atomaka.com/atomaka.com