lektor.publisher.
Publisher
This class can be subclassed to implement custom deployment methods. Internally these are called “publishers” and to register them with the environment the add_publisher method can be used.
Publishers have one method called publish which is used to trigger the actual deployment process. It also has a reference back to the environment it belongs to as well as the output path of the build process.
For a minimal example of a publisher refer to the documentation of the publish method.
The path to the folder with the build artifacts
The method that triggers the deployment
Comments