No description
- Shell 59.1%
- Dockerfile 40.9%
| .gitlab-ci.yml | ||
| Dockerfile | ||
| README.md | ||
| requirements.txt | ||
deployment-helper für Nikola based Websites
Python 3.11 and Nikola 8.x
This image is based on the python:3.11-alpine image and includes additional Python-packages for building nikola-sites.
lftp for sftp-Uploads
This image includes lftp to upload files to a sftp-server and use
the sftp-password from LFTP_PASSWORD environment variable.
lftp -e 'set sftp:auto-confirm yes; mirror -R ./<LOCAL_DIR>/ ./<REMOTE_DIR>/; bye' --env-password -u USER sftp://<TARGET_FQDN>