From d9000f44d664c2b2756b628767c404cda58cfe2f Mon Sep 17 00:00:00 2001 From: Joseph Nix Date: Wed, 3 Oct 2018 15:20:36 -0500 Subject: [PATCH] [deployment-options] Now linking to the deployment plugins list on the deployments page and putting the credentials warning in a warning admonition. --- content/docs/deployment/contents.lr | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/content/docs/deployment/contents.lr b/content/docs/deployment/contents.lr index 0eb9ed12..9a0239d4 100644 --- a/content/docs/deployment/contents.lr +++ b/content/docs/deployment/contents.lr @@ -89,21 +89,19 @@ 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. -**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 you keep your project file secure as loss of the project file can mean that people get access to your server. Alternatively you can also provide username and password through the command line or environment variables. -The following targets are supported for the `target` field: +The following targets are supported for the `target` field natively: * [rsync](rsync/) * [FTP](ftp/) * [GitHub Pages](ghpages/) -In addition, third-party plugins are available for these targets: - -* [S3 :ext](https://github.com/spenczar/lektor-s3) +**In addition**, there are [third-party plugins :ref](../../plugins/categories/deploy/) available for additional deploy targets. ## Manual Deployments