Re-add notifier for testing

This commit is contained in:
Jesper Hess 2019-03-16 18:12:32 +01:00
父節點 fb9442893d
當前提交 f650828361
由不信任的使用者簽署: graffen
GPG 金鑰 ID: 351A89E40D763F0F
共有 1 個檔案被更改,包括 43 行新增34 行删除

查看文件

@ -1,35 +1,44 @@
pipeline:
build:
image: ruby
commands:
- gem install bundler
- bundle install
- bundle exec jekyll build
kind: pipeline
name: default
steps:
# build:
# image: ruby
# commands:
# - gem install bundler
# - bundle install
# - bundle exec jekyll build
#
# docker:
# image: plugins/docker
# repo: docker.data.coop/cryptohagen-website
# registry: docker.data.coop
# secrets: [DOCKER_USERNAME, DOCKER_PASSWORD]
# username:
# from_secret: DOCKER_USERNAME
# password:
# from_secret: DOCKER_PASSWORD
# tag:
# - "${DRONE_BUILD_NUMBER}"
# - "latest"
# when:
# branch:
# - master
docker:
image: plugins/docker
repo: docker.data.coop/cryptohagen-website
registry: docker.data.coop
secrets: [DOCKER_USERNAME, DOCKER_PASSWORD]
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
tag:
- "${DRONE_BUILD_NUMBER}"
- "latest"
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: testing
image: alpine
environment:
TEST:
from_secret: matrix_password
commands:
- echo hello world
- name: notify
image: plugins/matrix
settings:
homeserver: https://data.coop
roomid: plKSghHbepWeUEtbHE:data.coop
username:
from_secret: matrix_username
password:
from_secret: matrix_password