updated .drone.yml
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
9ea5c61198
commit
10e334d38a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user