atomaka.com/.drone.yml
Andrew Tomaka e084e6d6ca
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
other format
2023-02-18 00:56:43 -05:00

15 lines
312 B
YAML

kind: pipeline
steps:
- name: build
image: ruby
commands:
- gem install bundler
- bundle install
- bundle exec jekyll build
- name: publish
image: plugins/docker
settings:
pull_image: true
registry: docker.atomaka.com
repo: docker.atomaka.com/atomaka.com