blog/ci/builders.yml

13 lines
208 B
YAML
Raw Normal View History

2022-03-20 22:54:56 +00:00
# This defines a script which all builders can basically inherit from
.builder:
image: shockrah/website:latest
only:
refs:
- master
script:
- hugo
artifacts:
paths:
- public/