2019-03-03 14:50:59 +00:00
|
|
|
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
|
2019-03-12 19:44:18 +00:00
|
|
|
|
|
|
|
notify:
|
|
|
|
image: plugins/matrix
|
2019-03-12 20:11:01 +00:00
|
|
|
secrets: [matrix_username, matrix_password]
|
2019-03-12 19:44:18 +00:00
|
|
|
settings:
|
|
|
|
homeserver: https://matrix.data.coop
|
|
|
|
roomid: !plKSghHbepWeUEtbHE:data.coop
|
|
|
|
username:
|
|
|
|
from_secret: matrix_username
|
|
|
|
password:
|
|
|
|
from_secret: matrix_password
|
|
|
|
|