try to publish to s3
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-05-25 19:42:18 +02:00
parent 269eec0c4b
commit b025b9b0c1
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ steps:
path_style: true
secret_key:
from_secret: s3_secret_access_key
source: public/*
source: public/**/*
target: ${DRONE_REPO_NAME}
trigger:
@ -47,6 +47,6 @@ trigger:
---
kind: signature
hmac: d2a509c25adf88f4e2227a7e87fe9ad37025e41c71ef038ad21608818a7b8170
hmac: 7b267bce5f6c02a257cab3fb6560e2e3b081311475068120449523201a07ed34
...