website/.drone.yml
Jesper Hess 3432185e78
Some checks failed
continuous-integration/drone/push Build is failing
Specify specific version of bundler in .drone.yml
2019-12-29 21:15:33 +01:00

37 lines
774 B
YAML

kind: pipeline
name: default
steps:
- name: build
image: ruby
commands:
- gem install bundler:1.17.3
- bundle install
- bundle exec jekyll build
- name: docker
image: plugins/docker
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"
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