Skip to content

Commit

Permalink
point to s3 endpoint directly (go-gitea#18497)
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick committed Jan 31, 2022
1 parent 889bdf9 commit de25de4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,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/
Expand All @@ -552,7 +552,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/
Expand Down Expand Up @@ -627,7 +627,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/
Expand Down

0 comments on commit de25de4

Please sign in to comment.