1
0
mirror of https://github.com/go-vikunja/app synced 2024-06-02 18:49:47 +00:00

Change release bucket

This commit is contained in:
kolaente 2020-03-01 22:56:05 +01:00
parent a2f53ce711
commit 14300266ef
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -70,7 +70,7 @@ steps:
image: plugins/s3:1
pull: true
settings:
bucket: vikunja-app
bucket: vikunja
access_key:
from_secret: aws_access_key_id
secret_key:
@ -79,7 +79,7 @@ steps:
path_style: true
strip_prefix: apks/
source: apks/*
target: /master
target: /app/master
---
kind: pipeline
@ -114,7 +114,7 @@ steps:
image: plugins/s3:1
pull: true
settings:
bucket: vikunja-app
bucket: vikunja
access_key:
from_secret: aws_access_key_id
secret_key:
@ -123,4 +123,4 @@ steps:
path_style: true
strip_prefix: apks/
source: apks/*
target: /${DRONE_TAG##v}
target: /app/${DRONE_TAG##v}