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

This commit is contained in:
Robert Kaussow 2020-05-25 19:44:21 +02:00
parent b025b9b0c1
commit 6de3a6d193
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ steps:
secret_key:
from_secret: s3_secret_access_key
source: public/**/*
target: ${DRONE_REPO_NAME}
target: /${DRONE_REPO_NAME}
trigger:
ref:
@ -47,6 +47,6 @@ trigger:
---
kind: signature
hmac: 7b267bce5f6c02a257cab3fb6560e2e3b081311475068120449523201a07ed34
hmac: 7aecf1ad6246edf26f035e659b396076cfcfa3da2b2c9f74e0d344100d00dd4a
...