Change release bucket
This commit is contained in:
parent
94714b2964
commit
c458f902da
1 changed files with 4 additions and 2 deletions
|
@ -54,7 +54,7 @@ steps:
|
||||||
image: plugins/s3:1
|
image: plugins/s3:1
|
||||||
pull: true
|
pull: true
|
||||||
settings:
|
settings:
|
||||||
bucket: vikunja-frontend
|
bucket: vikunja
|
||||||
access_key:
|
access_key:
|
||||||
from_secret: aws_access_key_id
|
from_secret: aws_access_key_id
|
||||||
secret_key:
|
secret_key:
|
||||||
|
@ -62,6 +62,7 @@ steps:
|
||||||
endpoint: https://storage.kolaente.de
|
endpoint: https://storage.kolaente.de
|
||||||
path_style: true
|
path_style: true
|
||||||
source: vikunja-frontend-master.zip
|
source: vikunja-frontend-master.zip
|
||||||
|
target: /frontend/
|
||||||
depends_on: [ static ]
|
depends_on: [ static ]
|
||||||
|
|
||||||
# Build the docker image and push it to docker hub
|
# Build the docker image and push it to docker hub
|
||||||
|
@ -109,7 +110,7 @@ steps:
|
||||||
image: plugins/s3:1
|
image: plugins/s3:1
|
||||||
pull: true
|
pull: true
|
||||||
settings:
|
settings:
|
||||||
bucket: vikunja-frontend
|
bucket: vikunja
|
||||||
access_key:
|
access_key:
|
||||||
from_secret: aws_access_key_id
|
from_secret: aws_access_key_id
|
||||||
secret_key:
|
secret_key:
|
||||||
|
@ -117,6 +118,7 @@ steps:
|
||||||
endpoint: https://storage.kolaente.de
|
endpoint: https://storage.kolaente.de
|
||||||
path_style: true
|
path_style: true
|
||||||
source: vikunja-frontend-${DRONE_TAG##v}.zip
|
source: vikunja-frontend-${DRONE_TAG##v}.zip
|
||||||
|
target: /frontend/
|
||||||
depends_on: [ static ]
|
depends_on: [ static ]
|
||||||
|
|
||||||
# Build the docker image and push it to docker hub
|
# Build the docker image and push it to docker hub
|
||||||
|
|
Loading…
Reference in a new issue