Skip to content

Commit

Permalink
fix: 2 machines created from fly.io
Browse files Browse the repository at this point in the history
  • Loading branch information
cdscih-imvitro committed Aug 7, 2023
1 parent b0229a3 commit c75ce88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only
- run: flyctl deploy
4 changes: 2 additions & 2 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ processes = []
protocol = "tcp"
script_checks = []
[services.concurrency]
hard_limit = 25
soft_limit = 20
hard_limit = 1
soft_limit = 1
type = "connections"

[[services.ports]]
Expand Down

0 comments on commit c75ce88

Please sign in to comment.