Merge branch 'master' of gitlab.com:rogs/yams.media into add-env-documentation
This commit is contained in:
commit
ea0932b895
@ -1,5 +1,19 @@
|
||||
image: alpine:latest
|
||||
|
||||
stages:
|
||||
- test
|
||||
- deploy
|
||||
|
||||
test_build:
|
||||
stage: test
|
||||
image: klakegg/hugo:0.111.3-ext-alpine-ci
|
||||
script:
|
||||
- hugo version
|
||||
- hugo --minify
|
||||
only:
|
||||
- merge_requests
|
||||
- master
|
||||
|
||||
deploy:
|
||||
stage: deploy
|
||||
before_script:
|
||||
|
Loading…
x
Reference in New Issue
Block a user