Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Oct 17, 2023
1 parent 318650e commit 33f1b30
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions www/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,12 @@ contents:
file_info:
mode: 0700

# Using `expand: true`, environment variables will be expanded in both
# src and dst.
- dst: /usr/local/bin/${NAME}
src: "${NAME}"
expand: true

# Umask to be used on files without explicit mode set.
#
# By default, nFPM will inherit the mode of the original file that's being
Expand Down

0 comments on commit 33f1b30

Please sign in to comment.