This commit is contained in:
parent
5217ce85a3
commit
59fad6234f
@ -3,11 +3,13 @@ kind: pipeline
|
|||||||
type: docker
|
type: docker
|
||||||
name: build and publish
|
name: build and publish
|
||||||
|
|
||||||
image: registry.42069.no/build/hugo
|
steps:
|
||||||
environment:
|
- name: build and publish
|
||||||
|
image: registry.42069.no/build/hugo
|
||||||
|
environment:
|
||||||
KEY:
|
KEY:
|
||||||
from_secret: key
|
from_secret: key
|
||||||
commands:
|
commands:
|
||||||
- mkdir ~/.ssh && echo "$KEY" > ~/.ssh/id_rsa && chmod 600 -R ~/.ssh
|
- mkdir ~/.ssh && echo "$KEY" > ~/.ssh/id_rsa && chmod 600 -R ~/.ssh
|
||||||
- hugo -e prod --printI18nWarnings --printPathWarnings --printUnusedTemplates --templateMetricsHints
|
- hugo -e prod --printI18nWarnings --printPathWarnings --printUnusedTemplates --templateMetricsHints
|
||||||
- git clone --branch gh-pages git@github.com:Ghost-Zephyr/Ghost-Zephyr.github.io.git github
|
- git clone --branch gh-pages git@github.com:Ghost-Zephyr/Ghost-Zephyr.github.io.git github
|
||||||
|
Loading…
Reference in New Issue
Block a user