Add compress stepp
All checks were successful
the build was successful

This commit is contained in:
Valentin Brandl 2018-07-20 12:57:55 +02:00
parent a03f5edde5
commit 21f5e94ed5
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9

View File

@ -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" ]