No description
  • Shell 59.1%
  • Dockerfile 40.9%
Find a file
2023-07-11 15:25:37 +00:00
.gitlab-ci.yml build stage added 2021-06-15 09:12:10 +00:00
Dockerfile Update Dockerfile to python 3.11-alpine base image 2023-07-11 15:23:12 +00:00
README.md initial import 2020-10-08 23:00:12 +02:00
requirements.txt Add requirements.txt File 2023-07-11 15:25:37 +00:00

deployment-helper

Simple Helper-Image to Deploy Websites to remote sftp servers.

lftp -e 'set sftp:auto-confirm yes; mirror -R ./<LOCAL_DIR>/ ./<REMOTE_DIR>/; bye' --env-password -u USER sftp://<TARGET_FQDN>