This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
geeklabor_legacy/.drone.yml
Robert Kaussow f5c85bd05d
All checks were successful
the build was successful
drone: remove destination before copy
2018-12-20 09:40:34 +01:00

33 lines
648 B
YAML

pipeline:
build-draft:
image: cbrgm/drone-hugo:latest
hugoVersion: 0.52
validate: true
buildDrafts: true
buildExpired: true
buildFuture: true
theme: geeklab
when:
branch: draft
event: push
build-prod:
image: cbrgm/drone-hugo:latest
hugoVersion: 0.52
validate: true
theme: geeklab
when:
branch: master
event: push
publish:
image: appleboy/drone-scp
source: public/*
target: /var/www/virtual/geeklab/html/geeklabor.de/
secrets: [ ssh_host, ssh_username, ssh_key ]
strip_components: 1
rm: true
when:
branch: master
event: push