This commit is contained in:
parent
9aaa8ccffd
commit
a19d1d17f8
20
.drone.yml
Normal file
20
.drone.yml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: build and publish
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
image: plugins/hugo
|
||||||
|
settings:
|
||||||
|
hugo_version: latest
|
||||||
|
validate: true
|
||||||
|
|
||||||
|
- name: publish
|
||||||
|
image: plugins/gh-pages
|
||||||
|
settings:
|
||||||
|
pages_directory: public/
|
||||||
|
username: Ghost-Zephyr
|
||||||
|
password:
|
||||||
|
from_secret: password
|
||||||
|
|
Loading…
Reference in New Issue
Block a user