This commit is contained in:
parent
e8408884a6
commit
a0c6526f45
1 changed files with 5 additions and 1 deletions
|
@ -3,12 +3,16 @@ type: docker
|
|||
name: default
|
||||
|
||||
steps:
|
||||
- name: submodules
|
||||
image: alpine/git
|
||||
commands:
|
||||
- git submodule update --recursive --remote
|
||||
|
||||
- name: build
|
||||
image: plugins/hugo
|
||||
settings:
|
||||
hugo_version: 0.79.0
|
||||
validate: false
|
||||
theme: themes/ananke/
|
||||
|
||||
- name: deploy
|
||||
image: einar/drone-rsync
|
||||
|
|
Loading…
Add table
Reference in a new issue