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