41 lines
885 B
YAML
41 lines
885 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
|
|
testing:
|
|
image: alpine
|
|
environment:
|
|
TEST:
|
|
from_secret: matrix_password
|
|
commands:
|
|
- echo ${TEST}
|
|
|
|
notify:
|
|
image: plugins/matrix
|
|
settings:
|
|
homeserver: https://data.coop
|
|
roomid: plKSghHbepWeUEtbHE:data.coop
|
|
username:
|
|
from_secret: matrix_username
|
|
password:
|
|
from_secret: matrix_password
|