updated drone config
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
cfd6e080e5
commit
874c786b6f
|
@ -8,14 +8,14 @@ steps:
|
|||
image: alpine/git
|
||||
commands:
|
||||
- cd themes
|
||||
#- git submodule update --init --recursive
|
||||
- git submodule update --force --recursive --init --remote
|
||||
- git submodule update --init --recursive
|
||||
#- git submodule update --force --recursive --init --remote
|
||||
|
||||
- name: build
|
||||
image: klakegg/hugo:ext-ci
|
||||
commands:
|
||||
- cd themes/hugo-resume # && npm i && cd -
|
||||
#- hugo --gc --minify --environment production
|
||||
#- cd themes/hugo-resume # && npm i && cd -
|
||||
- hugo --gc --minify --environment production
|
||||
|
||||
- name: deploy
|
||||
image: appleboy/drone-scp
|
||||
|
|
Loading…
Reference in New Issue