dynamored/dSFTP

Easily deploy your files onto your server via SFTP protocol

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
hostThe IP adress of your server.yes
userThe name of the user you want to use to upload your files/folders.yes
passwordThe password of the user mentionned before.yes
pathsPaths are written as objects (key/value) with key = local path and value = parent remote path.yes{"./hello":"/home/ghaction"}
portThe SFTP port of your server.22
agentPath to your server SSH agent.""
keyYour SSH private key content.
keyPassphraseIf your SSH private key defined just before is encrypted, write the passphrase here.

no outputs