Skip to content

Commit

Permalink
fly.toml ref: add how to remove a Machine file
Browse files Browse the repository at this point in the history
  • Loading branch information
clutterstack committed Sep 24, 2023
1 parent 04ee463 commit 4ad79fa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions reference/configuration.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,14 @@ You can optionally restrict which Machine(s) contain the file using the [process
processes = ["web"]
```

To remove a previously configured file on the next deployment, set its source to an empty string. For example:

```toml
[[files]]
guest_path = "/path/to/config.yaml"
local_path = ""
```

## The `experimental` section

This section is for flags and feature settings which have yet to be promoted into the main configuration.
Expand Down

0 comments on commit 4ad79fa

Please sign in to comment.