Compare commits

...

2 commits

Author SHA1 Message Date
Jesper Hess 36ad85c8ce
Fix build notification
Some checks failed
continuous-integration/drone/push Build is failing
2019-03-16 19:29:53 +01:00
Jesper Hess f650828361
Re-add notifier for testing 2019-03-16 19:29:52 +01:00

View file

@ -1,12 +1,15 @@
pipeline:
build:
kind: pipeline
name: default
steps:
- name: build
image: ruby
commands:
- gem install bundler
- bundle install
- bundle exec jekyll build
docker:
- name: docker
image: plugins/docker
repo: docker.data.coop/cryptohagen-website
registry: docker.data.coop
@ -21,15 +24,13 @@ pipeline:
when:
branch:
- master
#
# notify:
# image: plugins/matrix
# secrets: [matrix_username, matrix_password]
# settings:
# homeserver: https://data.coop
# roomid: plKSghHbepWeUEtbHE:data.coop
# username:
# from_secret: matrix_username
# password:
# from_Secret: matrix_password
#
- name: notify
image: plugins/matrix
settings:
homeserver: https://data.coop
roomid: plKSghHbepWeUEtbHE:data.coop
username:
from_secret: matrix_username
password:
from_secret: matrix_password