blog/ci/builders.yml
2022-03-20 15:59:15 -07:00

13 lines
208 B
YAML

# This defines a script which all builders can basically inherit from
.builder:
image: shockrah/website:latest
only:
refs:
- master
script:
- hugo
artifacts:
paths:
- public/