mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-10 03:47:03 +02:00
docs: Added missing yaml configuration for username
In the Customization chapter we missed the username configuration
This commit is contained in:
parent
78f83ec466
commit
39db1d5b55
@ -73,6 +73,7 @@ artifactories:
|
||||
# URL of your Artifactory instance + path to deploy to
|
||||
target: http://artifacts.company.com:8081/artifactory/example-repo-local/{{ .ProjectName }}/{{ .Version }}/{{ .Os }}/{{ .Arch }}{{ if .Arm }}{{ .Arm }}{{ end }}
|
||||
# User that will be used for the deployment
|
||||
username: deployuser
|
||||
```
|
||||
|
||||
These settings should allow you to push your artifacts into multiple Artifactories.
|
Loading…
Reference in New Issue
Block a user