Test out a drone file

This commit is contained in:
Andrew Tomaka 2023-02-17 22:07:10 -05:00
parent d6f80faee6
commit 1469a9f73a
Signed by: atomaka
GPG Key ID: 61209BF70A5B18BE
1 changed files with 28 additions and 0 deletions

28
.drone.yml Normal file
View File

@ -0,0 +1,28 @@
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