website/.drone.yml
Jesper Hess 2e8e7e26e0
Some checks failed
continuous-integration/drone/push Build is failing
Small tweak to secrets
2019-03-16 18:24:20 +01:00

34 lines
759 B
YAML

pipeline:
# 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
notify:
image: plugins/matrix
settings:
homeserver: https://data.coop
roomid: plKSghHbepWeUEtbHE:data.coop
username:
from_secret: matrix_username
password:
from_Secret: matrix_password