Compare commits
1 Commits
bearblog
...
c9702d7209
Author | SHA1 | Date | |
---|---|---|---|
c9702d7209
|
@ -17,15 +17,16 @@ steps:
|
||||
- git submodule update --init --recursive
|
||||
|
||||
- name: build
|
||||
image: bbaovanc/hugo
|
||||
image: mapitman/docker-hugo
|
||||
commands:
|
||||
- hugo version
|
||||
- hugo --minify
|
||||
|
||||
- name: list files
|
||||
- name: tree
|
||||
image: alpine:latest
|
||||
commands:
|
||||
- find public/
|
||||
- apk add tree
|
||||
- tree -a public/
|
||||
|
||||
- name: upload
|
||||
image: appleboy/drone-scp
|
||||
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,4 +1,3 @@
|
||||
[submodule "themes/hugo-bearblog"]
|
||||
path = themes/hugo-bearblog
|
||||
url = https://github.com/janraasch/hugo-bearblog.git
|
||||
branch = master
|
||||
url = git@github.com:janraasch/hugo-bearblog.git
|
||||
|
Reference in New Issue
Block a user