Rolf Amfelt
ebd167899d
All checks were successful
continuous-integration/drone/push Build is passing
37 lines
827 B
YAML
Executable file
37 lines
827 B
YAML
Executable file
kind: pipeline
|
|
name: default
|
|
|
|
steps:
|
|
- name: build
|
|
image: ruby
|
|
commands:
|
|
- gem install bundler:2.2.22
|
|
- bundle install
|
|
- bundle exec jekyll build
|
|
|
|
- name: docker
|
|
image: plugins/docker
|
|
settings:
|
|
repo: docker.data.coop/cryptohagen-website
|
|
registry: docker.data.coop
|
|
username:
|
|
from_secret: DOCKER_USERNAME
|
|
password:
|
|
from_secret: DOCKER_PASSWORD
|
|
tags:
|
|
- "${DRONE_BUILD_NUMBER}"
|
|
- "latest"
|
|
when:
|
|
branch:
|
|
- master
|
|
## Testing turning of Notify i matrix.
|
|
# - name: notify
|
|
# image: plugins/matrix
|
|
# settings:
|
|
# homeserver: https://data.coop
|
|
# roomid: plKSghHbepWeUEtbHE:data.coop
|
|
# username:
|
|
# from_secret: matrix_username
|
|
# password:
|
|
# from_secret: matrix_password
|