Compare commits

...

12 Commits

Author SHA1 Message Date
Jesper Hess 1cf0a8352b
Fix build notification
continuous-integration/drone/push Build is passing Details
2019-03-16 19:27:32 +01:00
Jesper Hess 0a7ed0ff54
testing stuff
continuous-integration/drone/push Build is passing Details
2019-03-16 19:24:27 +01:00
Jesper Hess 0c84375ef7
testing stuff 2019-03-16 19:22:33 +01:00
Jesper Hess 7f892b1fcb
testing stuff 2019-03-16 19:19:41 +01:00
Jesper Hess 9c7ce06ae1
testing stuff 2019-03-16 19:17:41 +01:00
Jesper Hess 35afda7aa6
testing stuff 2019-03-16 19:16:29 +01:00
Jesper Hess 48e35e8355
Still testing
continuous-integration/drone/push Build is failing Details
2019-03-16 19:08:47 +01:00
Jesper Hess f22a4273cd
Revert to original, remove silly typo
continuous-integration/drone/push Build is failing Details
2019-03-16 19:05:40 +01:00
Jesper Hess 3ff95a66b5
Different syntax for secrets
continuous-integration/drone/push Build is failing Details
2019-03-16 18:59:34 +01:00
Jesper Hess 2e8e7e26e0
Small tweak to secrets
continuous-integration/drone/push Build is failing Details
2019-03-16 18:24:20 +01:00
Jesper Hess c5e0c3b779
Comment-out all other build steps
continuous-integration/drone/push Build is failing Details
2019-03-16 18:13:59 +01:00
Jesper Hess 28aa4b994f
Re-add notifier for testing
continuous-integration/drone/push Build is failing Details
2019-03-16 18:12:32 +01:00
1 changed files with 16 additions and 15 deletions

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