drone: use production build

This commit is contained in:
Bruno BELANYI 2020-07-15 01:36:56 +02:00
parent 85992c38b5
commit 8fe5d1ffb7

View file

@ -15,6 +15,8 @@ steps:
commands:
- hugo version
- hugo --destination /drone/src/build --minify
environment:
HUGO_ENV: production
- name: deploy
image: appleboy/drone-scp