Skip to content

Commit

Permalink
Get heroku working
Browse files Browse the repository at this point in the history
  • Loading branch information
X0nic committed Jul 1, 2015
1 parent d3eb3be commit bab4b68
Show file tree
Hide file tree
Showing 27 changed files with 13,197 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ erl_crash.dump
# Since we are building js and css from web/static,
# we ignore priv/static/{css,js}. You may want to
# comment this depending on your deployment strategy.
/priv/static/css
/priv/static/js
# /priv/static/css
# /priv/static/js

# The config/prod.secret.exs file by default contains sensitive
# data and you should not commit it into version control.
Expand Down
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: yes | mix compile.protocols && mix phoenix.digest && mix phoenix.server
web: yes | mix compile.protocols && mix phoenix.server
2 changes: 1 addition & 1 deletion config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use Mix.Config
# which you typically run after static files are built.
config :officetournament, Officetournament.Endpoint,
http: [port: {:system, "PORT"}],
url: [host: "example.com", port: 80],
url: [host: "officetournament.herokuapp.com", port: 80],
cache_static_manifest: "priv/static/manifest.json"

# ## SSL Support
Expand Down
Loading

0 comments on commit bab4b68

Please sign in to comment.