martinpaljak/Maven SSH Deploy
Deploy Maven artifacts via SSH and rsync
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| user | SSH user for deployment (can be user@host:port) | yes | — |
| key | SSH private key for authentication | yes | — |
| host | SSH host for deployment (can include port as host:port) | no | — |
| host_fp | SSH host fingerprint for verification (e.g. SHA256:...) | yes | — |
| path | Remote repository path (defaults to . / directory in authorized_keys) | no | . |
| snapshots | Remote path for non-tag builds (branches, PRs). Defaults to SNAPSHOTS | no | SNAPSHOTS |
| pull | Allow running on pull requests (disabled by default for security) | no | false |
| unsigned | Skip tag signature verification (not recommended) | no | false |
| args | Extra arguments for the Maven deploy invocation (e.g. -pl !:my-cli to skip a module) | no | "" |
Outputs
no outputs