website_rasmus/.drone.yml

44 lines
975 B
YAML

kind: pipeline
name: default
steps:
- name: build
<<<<<<< HEAD
image: hugo
commands:
- wget https://github.com/gohugoio/hugo/releases/download/v0.62.1/hugo_0.62.1_Linux-64bit.deb -O hugo.deb
- dpkg -i hugo.deb
=======
image: ruby
commands:
- gem install bundler
- bundle install
- bundle exec jekyll build
>>>>>>> upstream/master
- name: docker
image: plugins/docker
settings:
repo: docker.data.coop/data-coop-website
registry: docker.data.coop
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
tags:
- "${DRONE_BUILD_NUMBER}"
- "latest"
when:
branch:
- master
- name: notify
image: plugins/matrix
settings:
homeserver: https://data.coop
roomid: plKSghHbepWeUEtbHE:data.coop
username:
from_secret: matrix_username
password:
from_secret: matrix_password