+ New builder templates

This commit is contained in:
2022-03-20 15:54:56 -07:00
parent 23220caf7a
commit 1a42031aac
2 changed files with 25 additions and 21 deletions

13
ci/builders.yml Normal file
View File

@@ -0,0 +1,13 @@
# This defines a script which all builders can basically inherit from
.builder:
stage: build
image: shockrah/website:latest
only:
refs:
- master
script:
- hugo
artifacts:
paths:
- public/