Compare commits

..

No commits in common. "36ad85c8ce20a4fa8e0ca982b0481d142f2e64e6" and "fb9442893d9fbd7fd5c84c39a83d0dc7e856790e" have entirely different histories.

View file

@ -1,15 +1,12 @@
kind: pipeline
name: default
steps:
- name: build
pipeline:
build:
image: ruby
commands:
- gem install bundler
- bundle install
- bundle exec jekyll build
- name: docker
docker:
image: plugins/docker
repo: docker.data.coop/cryptohagen-website
registry: docker.data.coop
@ -24,13 +21,15 @@ steps:
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
#
# 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
#