Compare commits

..

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

View file

@ -1,15 +1,12 @@
kind: pipeline pipeline:
name: default build:
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
- name: docker 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
@ -24,13 +21,15 @@ steps:
when: when:
branch: branch:
- master - master
#
- name: notify # notify:
image: plugins/matrix # image: plugins/matrix
settings: # secrets: [matrix_username, matrix_password]
homeserver: https://data.coop # settings:
roomid: plKSghHbepWeUEtbHE:data.coop # homeserver: https://data.coop
username: # roomid: plKSghHbepWeUEtbHE:data.coop
from_secret: matrix_username # username:
password: # from_secret: matrix_username
from_secret: matrix_password # password:
# from_Secret: matrix_password
#