diff --git a/logshipper/README.md b/logshipper/README.md index e95dc2a7..7f35619e 100644 --- a/logshipper/README.md +++ b/logshipper/README.md @@ -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 --restart always -``` \ No newline at end of file +$ fly machine update --restart always +``` diff --git a/logshipper/vector.toml b/logshipper/vector.toml index 07b1f336..2a43befe 100644 --- a/logshipper/vector.toml +++ b/logshipper/vector.toml @@ -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