helllicht/helllicht/sftp-upload
helllicht internal sftp-upload-action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| host | Host (e.g. "my-sftp-url.com") | yes | — |
| port | Port [default: "22"] | no | 22 |
| username | Username | yes | — |
| password | Password | yes | — |
| localDir | Directory that should be uploaded (e.g. ".", "dist", "./app", "./compiled/") | yes | — |
| uploadPath | Path where the working directories are [default: "./"] (e.g. "app", "./www/", "www/prod", "html/var/" | no | ./ |
| exclude | Files/Folders that should not be uploaded [default: see action.yml] (it is using regex) (pass "[]" for no filtering) | no | [".github", ".git", ".gitignore", "composer.phar", "node_modules", "README.md", "package.json", "package-lock.json", "yarn.lock"] |
| debugMode | Enable debug ("on"/"off") to receive a detailed log of the upload [default: "off"] | no | off |
Outputs
no outputs