diff --git a/.drone.yml b/.drone.yml index 65f893a..344fcc8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,13 +12,6 @@ pipeline: commands: - make - compress: - image: alpine:latest - commands: - - apk --no-cache update - - apk add make - - make compress - rebuild-cache: image: drillster/drone-volume-cache rebuild: true @@ -27,6 +20,13 @@ pipeline: volumes: - /home/gitea/gitea/drone_build_cache/notes:/cache + compress: + image: alpine:latest + commands: + - apk --no-cache update + - apk add make + - make compress + deploy: image: drillster/drone-rsync hosts: [ "vbrandl.net" ]