1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-10 18:46:08 +02:00

point to s3 endpoint directly (#18497)

Co-authored-by: 6543 <6543@obermui.de>
This commit is contained in:
techknowlogick 2022-01-31 17:39:39 -05:00 committed by GitHub
parent 7d452558f0
commit 115e4772cc
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -567,7 +567,7 @@ steps:
settings:
acl: public-read
bucket: gitea-artifacts
endpoint: https://storage.gitea.io
endpoint: https://ams3.digitaloceanspaces.com
path_style: true
source: "dist/release/*"
strip_prefix: dist/release/
@ -588,7 +588,7 @@ steps:
settings:
acl: public-read
bucket: gitea-artifacts
endpoint: https://storage.gitea.io
endpoint: https://ams3.digitaloceanspaces.com
path_style: true
source: "dist/release/*"
strip_prefix: dist/release/
@ -665,7 +665,7 @@ steps:
settings:
acl: public-read
bucket: gitea-artifacts
endpoint: https://storage.gitea.io
endpoint: https://ams3.digitaloceanspaces.com
path_style: true
source: "dist/release/*"
strip_prefix: dist/release/