Skip to content

Commit

Permalink
re-deploy to fly #1
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Nov 28, 2024
1 parent 96e8159 commit e8f424c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions fly.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# fly.toml app configuration file generated for phx-calculator on 2024-11-26T16:21:24Z
# fly.toml app configuration file generated for phoenix-liveview-calculator on 2024-11-28T19:12:57Z
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#

app = 'phx-calculator'
primary_region = 'arn'
app = 'phoenix-liveview-calculator'
primary_region = 'lhr'
kill_signal = 'SIGTERM'

[build]

[env]
PHX_HOST = 'phx-calculator.fly.dev'
PHX_HOST = 'phoenix-liveview-calculator.fly.dev'
PORT = '8080'

[http_service]
Expand All @@ -27,6 +27,6 @@ kill_signal = 'SIGTERM'
soft_limit = 1000

[[vm]]
memory = '1gb'
memory = '512mb'
cpu_kind = 'shared'
cpus = 1
Empty file modified rel/overlays/bin/server
100644 → 100755
Empty file.
Empty file modified rel/overlays/bin/server.bat
100644 → 100755
Empty file.

0 comments on commit e8f424c

Please sign in to comment.