initial import
This commit is contained in:
commit
d7c4b74bc7
3 changed files with 34 additions and 0 deletions
8
README.md
Normal file
8
README.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# deployment-helper
|
||||
|
||||
Simple Helper-Image to Deploy Websites to remote sftp servers.
|
||||
|
||||
```bash
|
||||
lftp -e 'set sftp:auto-confirm yes; mirror -R ./<LOCAL_DIR>/ ./<REMOTE_DIR>/; bye' --env-password -u USER sftp://<TARGET_FQDN>
|
||||
```
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue