atomaka.com/.drone.yml

14 lines
285 B
YAML
Raw Normal View History

2023-02-17 23:39:05 -05:00
pipeline:
2023-02-18 00:19:17 -05:00
build:
image: ruby
commands:
- gem install bundler
- bundle install
- bundle exec jekyll build
2023-02-17 23:39:05 -05:00
publish:
image: plugins/docker
settings:
2023-02-18 00:12:30 -05:00
pull_image: true
2023-02-17 23:39:05 -05:00
registry: docker.atomaka.com
2023-02-18 00:00:05 -05:00
repo: docker.atomaka.com/atomaka.com