🥰 Build and publish with self hosted CI!~
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
70508d7912
commit
524b7f91e1
@ -9,6 +9,14 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- hugo -e prod --printI18nWarnings --printPathWarnings --printUnusedTemplates --templateMetricsHints
|
- hugo -e prod --printI18nWarnings --printPathWarnings --printUnusedTemplates --templateMetricsHints
|
||||||
|
|
||||||
|
- name: publish
|
||||||
|
image: plugins/gh-pages
|
||||||
|
settings:
|
||||||
|
pages_directory: public/
|
||||||
|
username: Ghost-Zephyr
|
||||||
|
password:
|
||||||
|
from_secret: password
|
||||||
|
|
||||||
image_pull_secrets:
|
image_pull_secrets:
|
||||||
- registry
|
- registry
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user