atomaka.com/.drone.yml

24 lines
388 B
YAML
Raw Normal View History

2023-02-18 12:03:59 -05:00
name: test
2023-02-18 00:56:43 -05:00
kind: pipeline
steps:
- name: build
2023-02-18 00:19:17 -05:00
image: ruby
commands:
- gem install bundler
- bundle install
- bundle exec jekyll build
2023-02-18 12:03:59 -05:00
---
name: build
kind: pipeline
steps:
2023-02-18 00:56:43 -05:00
- name: publish
2023-02-17 23:39:05 -05:00
image: plugins/docker
settings:
2023-02-18 00:12:30 -05:00
pull_image: true
2023-02-17 23:39:05 -05:00
registry: docker.atomaka.com
2023-02-18 00:00:05 -05:00
repo: docker.atomaka.com/atomaka.com
2023-02-18 12:03:59 -05:00
trigger:
branch: master