Skip to content

Commit

Permalink
Merge pull request #171 from go-bazzinga/rupansh/fly-machine-scale
Browse files Browse the repository at this point in the history
chore(fly): increase machine size
  • Loading branch information
rupansh-sekar-yral authored Apr 3, 2024
2 parents 644dff1 + 5e251ce commit 169e38b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ auto_start_machines = true
min_machines_running = 0
processes = ["app"]

[[vm]]
size = "shared-cpu-2x"
memory = "1gb"

[env]
CF_ACCOUNT_ID="a209c523d2d9646cc56227dbe6ce3ede"
GOOGLE_REDIRECT_URL="https://yral.com/auth/google_redirect"
Expand Down

0 comments on commit 169e38b

Please sign in to comment.