Add configuration-File support.
This commit is contained in:
parent
a85e2a090e
commit
ce035d9186
3 changed files with 73 additions and 10 deletions
10
README.md
10
README.md
|
|
@ -11,6 +11,16 @@
|
|||
This image is based on the python:3.11-alpine image and includes additional
|
||||
Python-packages for building nikola-sites.
|
||||
|
||||
## Configure your project
|
||||
|
||||
Create a configuration file in your git-repo: `.deployment-helper`
|
||||
|
||||
Configuration-Variables:
|
||||
|
||||
* DEPLOY_HELPER_ENABLE_NIKOLA (default: true)
|
||||
* DEPLOY_HELPER_ENABLE_NODE (default: false)
|
||||
* DEPLOY_HELPER_CONTENT_DIR (default: "website/output")
|
||||
|
||||
## lftp for sftp-Uploads
|
||||
|
||||
This image includes `lftp` to upload files to a sftp-server and use
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue