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 cab47c4f1d - Show all commits

View file

@ -2,7 +2,7 @@ name: test
kind: pipeline
steps:
- name: build
- name: jekyll-build
image: ruby
commands:
- gem install bundler
@ -18,7 +18,13 @@ name: build
kind: pipeline
steps:
- name: publish
- name: jekyll-build
image: ruby
commands:
- gem install bundler
- bundle install
- bundle exec jekyll build
- name: docker-build
image: plugins/docker
settings:
pull_image: true
@ -26,3 +32,4 @@ steps:
repo: docker.atomaka.com/atomaka.com
trigger:
branch: master
event: push