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
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
- cd themes
|
- cd themes
|
||||||
#- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
- git submodule update --force --recursive --init --remote
|
#- git submodule update --force --recursive --init --remote
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: klakegg/hugo:ext-ci
|
image: klakegg/hugo:ext-ci
|
||||||
commands:
|
commands:
|
||||||
- cd themes/hugo-resume # && npm i && cd -
|
#- cd themes/hugo-resume # && npm i && cd -
|
||||||
#- hugo --gc --minify --environment production
|
- hugo --gc --minify --environment production
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: appleboy/drone-scp
|
image: appleboy/drone-scp
|
||||||
|
|
Loading…
Reference in New Issue