atomaka.com/.drone.yml
Andrew Tomaka 446c69c4c6
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
don't run test pipeline if master
2023-02-18 12:07:39 -05:00

28 lines
442 B
YAML

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