( ͡° ͜ʖ ͡°)
continuous-integration/drone Build is passing Details

This commit is contained in:
Andrew Tomaka 2023-02-17 22:26:34 -05:00
parent 07d7b9dde5
commit 1cb6adcc55
Signed by: atomaka
GPG Key ID: 61209BF70A5B18BE
1 changed files with 5 additions and 21 deletions

View File

@ -5,24 +5,8 @@ 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
image: ruby
commands:
- gem install bundler
- bundle install
- bundle exec jekyll build