Skip to content

Commit

Permalink
rename fly.io app dwyl-calendar -> gcal #31
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed May 15, 2023
1 parent cb7c6fe commit d31978b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,7 @@ CMD ["/app/bin/server"]
# 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"
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-calendar on 2023-04-14T12:34:13+01:00
# fly.toml file generated for gcal on 2023-05-15T14:53:32+01:00

app = "dwyl-calendar"
app = "gcal"
kill_signal = "SIGTERM"
kill_timeout = 5
processes = []
Expand All @@ -9,7 +9,7 @@ processes = []
release_command = "/app/bin/migrate"

[env]
PHX_HOST = "dwyl-calendar.fly.dev"
PHX_HOST = "gcal.fly.dev"
PORT = "8080"

[experimental]
Expand Down

0 comments on commit d31978b

Please sign in to comment.