Add CI/CD via Drone #1
1 changed files with 1 additions and 6 deletions
|
@ -1,12 +1,7 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
build:
|
|
||||||
image: ruby
|
|
||||||
commands:
|
|
||||||
- gem install bundler
|
|
||||||
- bundle install
|
|
||||||
- bundle exec jekyll build
|
|
||||||
publish:
|
publish:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
|
pull_image: true
|
||||||
registry: docker.atomaka.com
|
registry: docker.atomaka.com
|
||||||
repo: docker.atomaka.com/atomaka.com
|
repo: docker.atomaka.com/atomaka.com
|
||||||
|
|
Loading…
Reference in a new issue