Skip to content

Commit

Permalink
docs: update logshipper deployment instructions (#291)
Browse files Browse the repository at this point in the history
Signed-off-by: Miroslav Bajtoš <[email protected]>
  • Loading branch information
bajtos authored May 15, 2024
1 parent 9d982b2 commit 347c962
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
12 changes: 9 additions & 3 deletions logshipper/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# logshipper

Run the following command to deploy the latest logshipper version:

```bash
$ fly deploy --file-local="/etc/vector/vector.toml=vector.toml"
```

If you ever create a new machine for this app, please also set the restart
policy (can't be set via fly.toml):
policy (can't be set via `fly.toml`):

```bash
$ fly machine update <MACHINE ID> --restart always
```
$ fly machine update --restart always <MACHINE ID>
```
3 changes: 1 addition & 2 deletions logshipper/vector.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# To deploy:
# fly deploy --file-local="/etc/vector/vector.toml=vector.toml"
# See README.md for instructions on how to deploy!

[api]
enabled = true
Expand Down

0 comments on commit 347c962

Please sign in to comment.