atomaka.com/.drone.yml
Andrew Tomaka 74c9a64bd7
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
only push when merged
2023-02-18 11:39:34 -05:00

18 lines
351 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
when:
branch:
- master