Skip to content

Commit

Permalink
fix: recreate fly.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tfkhdyt committed Sep 26, 2023
1 parent cdeca6b commit 889b697
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
9 changes: 4 additions & 5 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# flyctl launch added from .gitignore
**/node_modules
**/dist
**/.env
fly.toml
node_modules
dist
.env
.env.production
16 changes: 8 additions & 8 deletions fly.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# fly.toml app configuration file generated for kbbi-bot-v2 on 2023-05-12T12:59:18+07:00
# fly.toml app configuration file generated for kbbi-bot on 2023-09-26T17:57:06+07:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#

app = "kbbi-bot-v2"
app = "kbbi-bot"
primary_region = "sin"

[build]

[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0
processes = ["app"]
internal_port = 3000
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0
processes = ["app"]

0 comments on commit 889b697

Please sign in to comment.