brainsteam.co.uk/.drone.yml

11 lines
202 B
YAML

kind: pipeline
name: update_website
steps:
- name: hugo_build
image: alombarte/hugo
commands:
- git submodule init
- git submodule update
- cd brainsteam
- hugo