Current section
Files
Jump to
Current section
Files
priv/templates/release/post-info.md.eex
1. delete following line in config/prod.exs:
```
import_config "prod.secret.exs"
```
2. replace all `use Mix.Config` with `import Config` in config files.
3. modify mix.exs according following links:
+ https://hexdocs.pm/phoenix/releases.html
+ https://hexdocs.pm/mix/Mix.Tasks.Release.html
That's all.