No description
  • Shell 59.1%
  • Dockerfile 40.9%
Find a file
2023-07-11 16:01:47 +00:00
.gitlab-ci.yml Update .gitlab-ci.yml file to pull image before tagging it 2023-07-11 15:48:48 +00:00
Dockerfile Remove pip cache 2023-07-11 16:01:47 +00:00
README.md Ignore pip-root-warning 2023-07-11 15:36:53 +00:00
requirements.txt Add requirements.txt File 2023-07-11 15:25:37 +00:00

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>