Use Hugo extended edition
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
5911f336da
commit
b7f2bad9ed
|
@ -6,13 +6,13 @@ name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: klakegg/hugo:ci
|
image: klakegg/hugo:ext-alpine-ci
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- live
|
- live
|
||||||
|
|
||||||
- name: build-staging
|
- name: build-staging
|
||||||
image: klakegg/hugo:ci
|
image: klakegg/hugo:ext-alpine-ci
|
||||||
commands:
|
commands:
|
||||||
- hugo --baseURL="https://staging.www.iger.events/"
|
- hugo --baseURL="https://staging.www.iger.events/"
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in New Issue