No description
  • Shell 59.1%
  • Dockerfile 40.9%
Find a file
2021-06-15 09:12:10 +00:00
.gitlab-ci.yml build stage added 2021-06-15 09:12:10 +00:00
Dockerfile install openssh-client instead of complete openssh 2020-10-08 23:02:20 +02:00
README.md initial import 2020-10-08 23:00:12 +02: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>