vbrandl.net/.drone.yml
Valentin Brandl 613887a3c9
All checks were successful
the build was successful
Fix Makefile path
2018-07-20 13:00:22 +02:00

23 lines
512 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