updated .drone.yml
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Paul 2020-04-26 11:47:39 +02:00
parent 9ea5c61198
commit 10e334d38a

View File

@ -1,19 +1,18 @@
---
kind: pipeline
type: docker
name: default-linux-amd64
name: default
steps:
- name: build
image: gohugoio/hugo
commands:
- hugo --destination build
- /hugo --destination build
- name: archive
image: gohugoio/hugo
image: alpine
commands:
- cd build
- tar -czvf website-${DRONE_TAG}.tar.gz .
- cd
when:
event: tag
- name: release