mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
docs: update
This commit is contained in:
parent
1f1b90025f
commit
c81550a5e6
@ -1,4 +1,4 @@
|
||||
# Cloudsmith (deb, rpm, and alpine repositories)
|
||||
# Cloudsmith - apt, rpm, and alpine repositories
|
||||
|
||||
> Since v2.1 (Pro).
|
||||
|
||||
|
@ -1,14 +1,14 @@
|
||||
# Fury.io (apt and rpm repositories)
|
||||
# Fury - apt and rpm repositories
|
||||
|
||||
!!! success "GoReleaser Pro"
|
||||
|
||||
The fury.io publisher is available only in [GoReleaser Pro feature](/pro/).
|
||||
The Fury publisher is available only in [GoReleaser Pro feature](/pro/).
|
||||
|
||||
You can easily create `deb` and `yum` repositories on [fury.io][fury] using GoReleaser.
|
||||
You can easily create `deb` and `yum` repositories on [Fury][fury] using GoReleaser.
|
||||
|
||||
## Usage
|
||||
|
||||
First, you need to create an account on [fury.io][fury] and get a push token.
|
||||
First, you need to create an account on [Fury][fury] and get a push token.
|
||||
|
||||
Then, you need to pass your account name to GoReleaser and have your push token
|
||||
as an environment variable named `FURY_TOKEN`:
|
||||
@ -29,7 +29,7 @@ You can also have plenty of customization options:
|
||||
# goreleaser.yaml
|
||||
|
||||
furies:
|
||||
- # fury.io account.
|
||||
- # Fury account.
|
||||
# Config is skipped if empty
|
||||
account: "{{ .Env.FURY_ACCOUNT }}"
|
||||
|
||||
@ -41,7 +41,7 @@ furies:
|
||||
skip: "{{gt .Patch 0}}"
|
||||
|
||||
# Environment variable name to get the push token from.
|
||||
# You might want to change it if you have multiple fury configurations for
|
||||
# You might want to change it if you have multiple Fury configurations for
|
||||
# some reason.
|
||||
#
|
||||
# Default: 'FURY_TOKEN'.
|
||||
|
Loading…
x
Reference in New Issue
Block a user