Change release bucket

This commit is contained in:
kolaente 2020-03-01 22:53:40 +01:00
parent 94714b2964
commit c458f902da
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 4 additions and 2 deletions

View File

@ -54,7 +54,7 @@ steps:
image: plugins/s3:1
pull: true
settings:
bucket: vikunja-frontend
bucket: vikunja
access_key:
from_secret: aws_access_key_id
secret_key:
@ -62,6 +62,7 @@ steps:
endpoint: https://storage.kolaente.de
path_style: true
source: vikunja-frontend-master.zip
target: /frontend/
depends_on: [ static ]
# Build the docker image and push it to docker hub
@ -109,7 +110,7 @@ steps:
image: plugins/s3:1
pull: true
settings:
bucket: vikunja-frontend
bucket: vikunja
access_key:
from_secret: aws_access_key_id
secret_key:
@ -117,6 +118,7 @@ steps:
endpoint: https://storage.kolaente.de
path_style: true
source: vikunja-frontend-${DRONE_TAG##v}.zip
target: /frontend/
depends_on: [ static ]
# Build the docker image and push it to docker hub