Skip to content

Commit

Permalink
update app name to liveview-chat-example #86 & #111
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic authored and SimonLab committed Mar 15, 2023
1 parent 7f962ee commit ea04d39
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 16 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,7 @@ ENV ERL_AFLAGS "-proto_dist inet6_tcp"
# Appended by flyctl
ENV ECTO_IPV6 true
ENV ERL_AFLAGS "-proto_dist inet6_tcp"

# Appended by flyctl
ENV ECTO_IPV6 true
ENV ERL_AFLAGS "-proto_dist inet6_tcp"
3 changes: 2 additions & 1 deletion coveralls.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"lib/liveview_chat/application.ex",
"lib/liveview_chat_web/views/error_helpers.ex",
"lib/liveview_chat_web/telemetry.ex",
"lib/liveview_chat_web/channels/user_socket.ex"
"lib/liveview_chat_web/channels/user_socket.ex",
"lib/liveview_chat/release.ex"
]
}
6 changes: 3 additions & 3 deletions fly.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# fly.toml file generated for dwyl-phoenix-liveview-chat-example on 2023-03-01T09:31:00Z
# fly.toml file generated for liveview-chat-example on 2023-03-01T10:07:32Z

app = "dwyl-phoenix-liveview-chat-example"
app = "liveview-chat-example"
kill_signal = "SIGTERM"
kill_timeout = 5
processes = []
Expand All @@ -9,7 +9,7 @@ processes = []
release_command = "/app/bin/migrate"

[env]
PHX_HOST = "dwyl-phoenix-liveview-chat-example.fly.dev"
PHX_HOST = "liveview-chat-example.fly.dev"
PORT = "8080"

[experimental]
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ defmodule LiveviewChat.MixProject do
def project do
[
app: :liveview_chat,
version: "0.1.0",
elixir: "~> 1.12",
version: "1.7.0",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
aliases: aliases(),
Expand Down
10 changes: 0 additions & 10 deletions test/liveview_chat_web/controllers/ping_controller_test.exs

This file was deleted.

0 comments on commit ea04d39

Please sign in to comment.