mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-08 03:31:59 +02:00
docs: add checksum & signature upload config
This commit is contained in:
parent
e1e1a9bf9c
commit
9aa66e635b
@ -90,6 +90,10 @@ artifactories:
|
||||
target: http://artifacts.company.com:8081/artifactory/example-repo-local/{{ .ProjectName }}/{{ .Version }}/
|
||||
# User that will be used for the deployment
|
||||
username: deployuser
|
||||
# Upload checksums (defaults to false)
|
||||
checksum: true
|
||||
# Upload signatures (defaults to false)
|
||||
signature: true
|
||||
```
|
||||
|
||||
These settings should allow you to push your artifacts into multiple Artifactories.
|
||||
|
@ -87,6 +87,10 @@ puts:
|
||||
target: http://some.server/some/path/example-repo-local/{{ .ProjectName }}/{{ .Version }}/
|
||||
# User that will be used for the deployment
|
||||
username: deployuser
|
||||
# Upload checksums (defaults to false)
|
||||
checksum: true
|
||||
# Upload signatures (defaults to false)
|
||||
signature: true
|
||||
```
|
||||
|
||||
These settings should allow you to push your artifacts into multiple HTTP servers.
|
||||
|
Loading…
Reference in New Issue
Block a user