Mate.Step.LinkBuildSecrets (Mate v0.1.5) View Source
This will create symlinks for secret configuration files like prod.secret.exs
so the build process can include them in the build.
Configuration
If you want to use this functionality, in your .mate.exs
file you can specify
this for every remote. For example like this:
config :staging,
server: "build-server",
build_path: "/tmp/mate/project",
release_path: "/home/elixir/releases/project",
build_secrets: %{
"prod.secret.exs" => "/mnt/secrets/prod.secret.exs"
}