vbrandl.net/.drone.yml
Valentin Brandl 0ffe29e490
Some checks failed
the build failed
Fix CI script
2018-07-20 12:59:20 +02:00

23 lines
509 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
commands:
- 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