website/.drone.yml
Benjamin Bach 353c50475b
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
New hugo build command and destination of static output
2020-05-29 22:30:27 +02:00

37 lines
852 B
YAML

kind: pipeline
name: default
steps:
- name: build
image: buster-slim
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
- hugo --destination _site/
- 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}"
- "hugo"
when:
branch:
- new
- name: notify
image: plugins/matrix
settings:
homeserver: https://data.coop
roomid: plKSghHbepWeUEtbHE:data.coop
username:
from_secret: matrix_username
password:
from_secret: matrix_password