No description
  • Shell 59.1%
  • Dockerfile 40.9%
Find a file
2020-10-08 23:00:12 +02:00
.gitlab-ci.yml initial import 2020-10-08 23:00:12 +02:00
Dockerfile initial import 2020-10-08 23:00:12 +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>