29 lines
581 B
YAML
29 lines
581 B
YAML
pipeline:
|
|
build-draft:
|
|
image: cbrgm/drone-hugo:latest
|
|
validate: true
|
|
buildDrafts: true
|
|
buildExpired: true
|
|
buildFuture: true
|
|
theme: geeklab
|
|
when:
|
|
branch: draft
|
|
event: push
|
|
|
|
build-prod:
|
|
image: cbrgm/drone-hugo:latest
|
|
validate: true
|
|
theme: geeklab
|
|
when:
|
|
branch: master
|
|
event: push
|
|
|
|
# publish:
|
|
# image: appleboy/drone-scp
|
|
# source: public/*
|
|
# target: /var/www/virtual/geeklab/geeklabor.de
|
|
# secrets: [ ssh_username, ssh_password, ssh_key ]
|
|
# when:
|
|
# branch: master
|
|
# event: push
|