Merge pull request #255 from lektor/deployment-options

Now linking to the deployment plugins list on deployments page
This commit is contained in:
Joseph Nix 2018-10-03 15:27:52 -05:00 committed by GitHub
commit a8a80cda6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 5 deletions

View File

@ -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 `--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.
**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
you keep your project file secure as loss of the project file can mean 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 people get access to your server. Alternatively you can also provide username
and password through the command line or environment variables. 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/) * [rsync](rsync/)
* [FTP](ftp/) * [FTP](ftp/)
* [GitHub Pages](ghpages/) * [GitHub Pages](ghpages/)
In addition, third-party plugins are available for these targets: **In addition**, there are [third-party plugins :ref](../../plugins/categories/deploy/) available for additional deploy targets.
* [S3 :ext](https://github.com/spenczar/lektor-s3)
## Manual Deployments ## Manual Deployments