Compare commits
12 commits
master
...
test-notif
Author | SHA1 | Date | |
---|---|---|---|
Jesper Hess | 1cf0a8352b | ||
Jesper Hess | 0a7ed0ff54 | ||
Jesper Hess | 0c84375ef7 | ||
Jesper Hess | 7f892b1fcb | ||
Jesper Hess | 9c7ce06ae1 | ||
Jesper Hess | 35afda7aa6 | ||
Jesper Hess | 48e35e8355 | ||
Jesper Hess | f22a4273cd | ||
Jesper Hess | 3ff95a66b5 | ||
Jesper Hess | 2e8e7e26e0 | ||
Jesper Hess | c5e0c3b779 | ||
Jesper Hess | 28aa4b994f |
31
.drone.yml
31
.drone.yml
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue