Skip to content

Commit

Permalink
clarify how to upload secrets with morph
Browse files Browse the repository at this point in the history
fixes #78
  • Loading branch information
Johan Thomsen authored and adamtulinius committed Sep 18, 2019
1 parent 87d1256 commit 2dfcc09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ Files can be uploaded without ever ending up in the nix store, by specifying eac

See `examples/secrets.nix` or the type definitions in `data/options.nix`.

To upload secrets, use the `morph upload-secrets` subcommand, or pass `--upload-secrets` to `morph deploy`.

*Note:*
Morph will automatically create directories parent to `secret.Destination` if they don't exist.
New dirs will be owned by root:root and have mode 755 (drwxr-xr-x).
Expand Down

0 comments on commit 2dfcc09

Please sign in to comment.