website/.drone.yml
Jesper Hess e186a57f5f
Some checks failed
continuous-integration/drone/push Build is failing
Refactor .drone.yml and add notification
2019-03-16 20:19:01 +01:00

36 lines
730 B
YAML

kind: pipeline
name: default
steps:
- name: build
image: ruby
commands:
- gem install bundler
- bundle install
- bundle exec jekyll build
- name: docker
image: plugins/docker
repo: docker.data.coop/data-coop-website
registry: docker.data.coop
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
tag:
- "${DRONE_BUILD_NUMBER}"
- "latest"
when:
branch:
- master
- name: notify
image: plugins/matrix
settings:
homeserver: https://data.coop
roomid: plKSghHbepWeUEtbHE:data.coop
username:
from_secret: matrix_username
password:
from_secret: matrix_password