Skip to content

Commit

Permalink
linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dangra committed Nov 26, 2024
1 parent 1bf0f24 commit e2b8d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/configuration.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ The `release_command` value replaces `CMD` in the temporary Machine. This is use
The temporary Machine has full access to the network, environment variables and secrets, but *not* to persistent volumes. Changes made to the file system on the temporary Machine will not be retained or deployed. The building/compiling of your project should be done in your Dockerfile. If you need to modify persistent volumes or configure your application, consider making use of `CMD` or `ENTRYPOINT` in your Dockerfile, or of a [process group command](#the-processes-section).

The temporary Machine inherits the size from the largest Machine in the default process group of the app as of flyctl v0.0.508 (they also default larger on empty/new apps, using the Machine `shared-cpu-2x` preset). The default process group is defined as either the `app` process, or the first process group in alphabetical order (if an `app` process is not present).
It is possible to explicitly set the machine size by setting `[deploy.release_command_vm]` like in:
It is possible to explicitly set the Machine size by setting `[deploy.release_command_vm]` like in:

```toml
[deploy]
Expand Down

0 comments on commit e2b8d29

Please sign in to comment.