Skip to content

Commit

Permalink
[flyctl-bot] Update docs from flyctl (#1834)
Browse files Browse the repository at this point in the history
Co-authored-by: Fly.io CI <[email protected]>
  • Loading branch information
docs-syncer[bot] and jsierles authored Sep 26, 2024
1 parent e71dfd5 commit ae0367e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ fly deploy [WORKING_DIRECTORY] [flags]
--label stringArray Add custom metadata to an image via docker labels
--lease-timeout string Time duration to lease individual machines while running deployment. All machines are leased at the beginning and released at the end.The lease is refreshed periodically for this same time, which is why it is short.flyctl releases leases in most cases. (default "13s")
--local-only Perform builds locally using the local docker daemon. The default is --remote-only.
--max-concurrent int Maximum number of machines to operate on concurrently. (default 16)
--max-concurrent int Maximum number of machines to operate on concurrently. (default 8)
--max-unavailable float Max number of unavailable machines during rolling updates. A number between 0 and 1 means percent of total machines (default 0.33)
--nixpacks Deploy using nixpacks to build the image
--no-cache Do not use the build cache when building the image
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_launch.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ fly launch [flags]
--label stringArray Add custom metadata to an image via docker labels
--lease-timeout string Time duration to lease individual machines while running deployment. All machines are leased at the beginning and released at the end.The lease is refreshed periodically for this same time, which is why it is short.flyctl releases leases in most cases. (default "13s")
--local-only Perform builds locally using the local docker daemon. The default is --remote-only.
--max-concurrent int Maximum number of machines to operate on concurrently. (default 16)
--max-concurrent int Maximum number of machines to operate on concurrently. (default 8)
--max-unavailable float Max number of unavailable machines during rolling updates. A number between 0 and 1 means percent of total machines (default 0.33)
--name string Name of the new app
--nixpacks Deploy using nixpacks to build the image
Expand Down

0 comments on commit ae0367e

Please sign in to comment.