Skip to content

Commit

Permalink
Another readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Guarino committed Jun 19, 2018
1 parent 3b050bf commit 0fc3c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Configure a distribution with:
config :my_app, :my_distribution,
domain: "https://some.cloudfront.domain",
private_key: {:system, "ENV_VAR"}, # or {:file, "/path/to/key"}
private_key_id: {:system, "OTHER_ENV_VAR"}
key_pair_id: {:system, "OTHER_ENV_VAR"}
```

Then simply do:
Expand Down

0 comments on commit 0fc3c6c

Please sign in to comment.