Skip to content

Commit

Permalink
Merge pull request #84 from CraigCottingham/master
Browse files Browse the repository at this point in the history
Final (?) fixes for Heroku deployment
  • Loading branch information
krisalyssa authored Aug 18, 2019
2 parents 1fd1858 + c320c4e commit 937e4fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ npm-debug.log
/.byebug_history
/priv/repo/seeds_*.exs
/rel/BUILD-INFO
/rel/kerbal_maps
2 changes: 1 addition & 1 deletion lib/kerbal_maps_web/controllers/page_controller.ex
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ defmodule KerbalMapsWeb.PageController do
# :application.which_applications()
# |> Enum.find(fn t -> elem(t, 0) == :kerbal_maps end)
# |> elem(2)
"0.4.0"
"0.4.3"
end

# %{"body" => "Kerbin", "loc" => "12.34,-56.78"}
Expand Down
4 changes: 2 additions & 2 deletions rel/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

use Mix.Releases.Config,
# This sets the default release built by `mix release`
default_release: :default,
default_release: :kerbal_maps,
# This sets the default environment used by `mix release`
default_environment: Mix.env()
default_environment: :prod

# For a full list of config options for both releases
# and environments, visit https://hexdocs.pm/distillery/config/distillery.html
Expand Down

0 comments on commit 937e4fa

Please sign in to comment.