Switch release bucket to scaleway s3

This commit is contained in:
kolaente 2020-07-14 13:45:57 +02:00
parent 6a6aabae3b
commit b07bbe4474
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 6 additions and 4 deletions

View File

@ -60,12 +60,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
source: vikunja-frontend-master.zip
target: /frontend/
@ -109,12 +110,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
source: vikunja-frontend-${DRONE_TAG##v}.zip
target: /frontend/