drone: use production build
This commit is contained in:
parent
85992c38b5
commit
8fe5d1ffb7
|
@ -15,6 +15,8 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- hugo version
|
- hugo version
|
||||||
- hugo --destination /drone/src/build --minify
|
- hugo --destination /drone/src/build --minify
|
||||||
|
environment:
|
||||||
|
HUGO_ENV: production
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: appleboy/drone-scp
|
image: appleboy/drone-scp
|
||||||
|
|
Loading…
Reference in a new issue