brainsteam.co.uk/.drone.yml

10 lines
172 B
YAML
Raw Normal View History

2020-12-28 11:54:51 +00:00
kind: pipeline
name: update_website
steps:
- name: hugo_build
image: alombarte/hugo
commands:
2020-12-28 11:56:31 +00:00
- git submodule init
2020-12-28 11:55:42 +00:00
- cd brainsteam
2020-12-28 11:54:51 +00:00
- hugo