Fix s3 release bucket credentials
continuous-integration/drone/push Build was killed Details

This commit is contained in:
kolaente 2020-12-26 18:42:53 +01:00
parent 648e9c5748
commit 2fc3aabae3
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 7 additions and 5 deletions

View File

@ -71,12 +71,13 @@ steps:
image: plugins/s3:1
pull: true
settings:
bucket: vikunja
bucket: vikunja-releases
access_key:
from_secret: aws_access_key_id
secret_key:
from_secret: aws_secret_access_key
endpoint: https://storage.kolaente.de
endpoint: https://s3.fr-par.scw.cloud
region: fr-par
path_style: true
strip_prefix: apks/
source: apks/*
@ -115,12 +116,13 @@ steps:
image: plugins/s3:1
pull: true
settings:
bucket: vikunja
bucket: vikunja-releases
access_key:
from_secret: aws_access_key_id
secret_key:
from_secret: aws_secret_access_key
endpoint: https://storage.kolaente.de
endpoint: https://s3.fr-par.scw.cloud
region: fr-par
path_style: true
strip_prefix: apks/
source: apks/*
@ -180,4 +182,4 @@ steps:
- fastlane ios beta
depends_on:
- testing
- testing