No description
- Shell 59.1%
- Dockerfile 40.9%
Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist See merge request fager/deployment-helper!1 |
||
|---|---|---|
| .gitlab-ci.yml | ||
| Dockerfile | ||
| README.md | ||
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>