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 kind: pipeline
type: docker type: docker
name: default-linux-amd64 name: default
steps: steps:
- name: build - name: build
image: gohugoio/hugo image: gohugoio/hugo
commands: commands:
- hugo --destination build - /hugo --destination build
- name: archive - name: archive
image: gohugoio/hugo image: alpine
commands: commands:
- cd build - cd build
- tar -czvf website-${DRONE_TAG}.tar.gz . - tar -czvf website-${DRONE_TAG}.tar.gz .
- cd
when: when:
event: tag event: tag
- name: release - name: release