website/.drone.yml

37 строки
767 B
YAML
Исходник Обычный вид История

2019-03-16 17:12:32 +00:00
kind: pipeline
name: default
steps:
2019-03-16 18:27:32 +00:00
- name: build
image: ruby
2019-03-16 17:12:32 +00:00
commands:
2019-03-16 18:27:32 +00:00
- gem install bundler
- bundle install
- bundle exec jekyll build
- name: docker
image: plugins/docker
2019-03-16 19:30:25 +00:00
settings:
repo: docker.data.coop/cryptohagen-website
registry: docker.data.coop
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
tags:
- "${DRONE_BUILD_NUMBER}"
- "latest"
2019-03-16 18:27:32 +00:00
when:
branch:
- master
2019-03-16 17:12:32 +00:00
- name: notify
image: plugins/matrix
settings:
homeserver: https://data.coop
roomid: plKSghHbepWeUEtbHE:data.coop
username:
from_secret: matrix_username
password:
from_secret: matrix_password