updated .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2020-04-26 11:48:30 +02:00
parent 10e334d38a
commit 1ea0209a3d

View File

@ -6,13 +6,11 @@ name: default
steps:
- name: build
image: gohugoio/hugo
commands:
- /hugo --destination build
- name: archive
image: alpine
commands:
- cd build
- tar -czvf website-${DRONE_TAG}.tar.gz .
- cd public
- tar -czvf ../website-${DRONE_TAG}.tar.gz .
when:
event: tag
- name: release