diff --git a/.drone.yml b/.drone.yml index 311d278..e6b001e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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