website/.drone.yml

37 líneas
827 B
YAML
Archivo Ejecutable

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