update drone config

This commit is contained in:
Robert Kaussow 2020-11-15 14:15:06 +01:00
parent eb391964f0
commit c8613f0991
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 6 additions and 1 deletions

View File

@ -506,11 +506,16 @@ steps:
source: docs/public/
strip_prefix: docs/public/
target: /${DRONE_REPO_NAME}
when:
ref:
- refs/heads/master
- refs/tags/**
trigger:
ref:
- refs/heads/master
- refs/tags/**
- refs/pull/**
depends_on:
- build-package
@ -612,6 +617,6 @@ depends_on:
---
kind: signature
hmac: 6acd5ac50b0b72bac4369915f173bb9ee4a279923cfbef91909feceadf07ee35
hmac: deb1e9385bfbdf528f4663dd0d9ed45c3c45c7d62a42a51156a8b2847352e230
...