Merge branch 'master' into renovate/thegeeklab-hugo-geekblog-0.x
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Robert Kaussow 2020-11-22 19:24:33 +01:00
commit c1f8654eac
1 changed files with 6 additions and 1 deletions

View File

@ -68,11 +68,16 @@ steps:
from_secret: s3_secret_access_key
source: public/
strip_prefix: public/
when:
ref:
- refs/heads/master
- refs/tags/**
trigger:
ref:
- refs/heads/master
- refs/tags/**
- refs/pull/**
---
kind: pipeline
@ -109,6 +114,6 @@ depends_on:
---
kind: signature
hmac: ccf04025bf1fdb04c2bafca6993b6a09309f7b37b450ceaf5ab801351a066b80
hmac: 12d9076542e8ce395c437f3c6dd303b1aeb9c64d792a04c13ac450f4f2148600
...