Skip to content

Commit

Permalink
Add docs for nfpm id in env var
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlloyd committed Oct 25, 2020
1 parent 5d815ff commit ca44ac5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions www/docs/customization/nfpm.md
Expand Up @@ -183,8 +183,11 @@ nfpms:
# The package is signed if a key_file is set
signature:
# PGP secret key (can also be ASCII-armored). The passphrase is taken
# from the environment variable $NFPM_DEB_PASSPHRASE with a fallback
# to #NFPM_PASSPHRASE.
# from the environment variable $NFPM_ID_DEB_PASSPHRASE with a fallback
# to $NFPM_ID_PASSPHRASE, where ID is the id of the current nfpm config.
# The id will be transformed to uppercase.
# E.g. If your nfpm id is 'default' then the deb-specific passphrase
# should be set as $NFPM_DEFAULT_DEB_PASSPHRASE
key_file: key.gpg
# The type describes the signers role, possible values are "origin",
# "maint" and "archive". If unset, the type defaults to "origin".
Expand Down

0 comments on commit ca44ac5

Please sign in to comment.