From 625a8ad1dcab5b34058271a86b0d77a1d71f8904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionu=C8=9B=20Cioc=C3=AErlan?= Date: Tue, 21 Jul 2020 01:02:55 +0300 Subject: [PATCH] deployment: mention output path in project file --- content/docs/deployment/contents.lr | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/docs/deployment/contents.lr b/content/docs/deployment/contents.lr index 9a0239d4..d96451d0 100644 --- a/content/docs/deployment/contents.lr +++ b/content/docs/deployment/contents.lr @@ -87,7 +87,8 @@ $ lektor build && lektor deploy If you want to provide a different build folder, provide it explicitly with `--output-path` to both `build` and `deploy`. This can also be set with -the `LEKTOR_OUTPUT_PATH` environment variable. +the `LEKTOR_OUTPUT_PATH` environment variable, or provided in +[the project file :ref](../project/file/). !!!! **Note on credentials**: For FTP and other systems it is possible to embed the credentials directly in the URL. If you do this, please ensure that