From 21f5e94ed59d44d0d9acdfae7242380d715522b2 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Fri, 20 Jul 2018 12:57:55 +0200 Subject: [PATCH] Add compress stepp --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.yml b/.drone.yml index 49f5e4b..e1860ed 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,6 +6,12 @@ pipeline: buildExpired: true validate: true url: https://staging.vbrandl.net + compress: + image: alpine:latest + script: + - apk --no-cache update + - apk add make + - make -C public/ -f Makefile deploy: image: drillster/drone-rsync hosts: [ "vbrandl.net" ]