atomaka.com/.drone.yml

29 lines
439 B
YAML
Raw Normal View History

2023-02-17 22:07:10 -05:00
name: default
kind: pipeline
type: docker
steps:
- name: build
image: ruby
commands:
- gem install bundler
- bundle install
- bundle exec jekyll build
- name: publish
image: plugins/docker
settings:
registry: docker.atomaka.com
repo: atomaka.com
tags:
- latest
when:
branch:
- master
- name: notify
image: plugins/slack
settings:
channel: developers
username: drone