deployment: mention output path in project file

This commit is contained in:
Ionuț Ciocîrlan 2020-07-21 01:02:55 +03:00 committed by GitHub
parent b652f3c05f
commit 625a8ad1dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -87,7 +87,8 @@ $ lektor build && lektor deploy
If you want to provide a different build folder, provide it explicitly with 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 `--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 !!!! **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 the credentials directly in the URL. If you do this, please ensure that