Add CI/CD via Drone #1

Merged
atomaka merged 29 commits from ci into master 2023-02-18 15:07:14 -05:00
Showing only changes of commit aab612d678 - Show all commits

View file

@ -1,3 +1,4 @@
name: test
kind: pipeline kind: pipeline
steps: steps:
@ -7,12 +8,16 @@ steps:
- gem install bundler - gem install bundler
- bundle install - bundle install
- bundle exec jekyll build - bundle exec jekyll build
---
name: build
kind: pipeline
steps:
- name: publish - name: publish
image: plugins/docker image: plugins/docker
settings: settings:
pull_image: true pull_image: true
registry: docker.atomaka.com registry: docker.atomaka.com
repo: docker.atomaka.com/atomaka.com repo: docker.atomaka.com/atomaka.com
when: trigger:
branch: branch: master
- master