No description
  • Shell 59.1%
  • Dockerfile 40.9%
Find a file
Frank Agerholm fa67be7e75 Merge branch 'set-sast-config-1' into 'master'
Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist

See merge request fager/deployment-helper!1
2021-06-15 09:13:35 +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>