vbrandl.net/.drone.yml
Valentin Brandl 21f5e94ed5
All checks were successful
the build was successful
Add compress stepp
2018-07-20 12:57:55 +02:00

23 lines
507 B
YAML

pipeline:
build:
image: cbrgm/drone-hugo:latest
buildDrafts: true
buildFuture: true
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" ]
target: /var/www/staging.vbrandl.net
source: public/*
user: hugo
secrets: [ rsync_key ]
branches: develop