fix drone deployment

master
B Kleinen 3 years ago
parent ec55c6ac62
commit 0af98f6351

@ -4,7 +4,7 @@ name: hugoweb
steps: steps:
- name: submodules - name: submodules
image: alpine/git image: bitnami/git:latest
commands: commands:
- git submodule update --init --recursive - git submodule update --init --recursive
@ -12,7 +12,8 @@ steps:
image: plugins/hugo image: plugins/hugo
settings: settings:
validate: true validate: true
# hugo_version: 0.83.1 hugo_version: 0.88.1
extended: true
- name: deploy - name: deploy
image: drillster/drone-rsync image: drillster/drone-rsync

2
.gitmodules vendored

@ -1,4 +1,4 @@
[submodule "themes/hugo-hero-theme"] [submodule "themes/hugo-hero-theme"]
path = themes/hugo-hero-theme path = themes/hugo-hero-theme
url = git@github.com:seuh2022/hugo-hero-theme.git url = https://github.com/seuh2022/hugo-hero-theme.git
branch = master branch = master

Loading…
Cancel
Save