Initialize your git repository git init
. This would save you later a step to add heroku as remote.
Move configuration from config/prod.secret.exs
to config/prod.exs
and replace the following parts:
config :app_name, AppName.Endpoint,
secret_key_base: System.get_env("SECRET_KEY_BASE")
# Configure your database
config :app_name, AppName.Repo,