dafnik/Static Site Preview (SSP)
Deploy static site previews via ssh.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source | Path to the files which should be deployed | yes | — |
| target | Preview server target path, must be a directory path. | yes | — |
| host | Preview server domain | yes | — |
| port | Preview server ssh port | — | 22 |
| username | Preview server ssh username | yes | — |
| key | Preview server ssh key content of private key. ex raw content of ~/.ssh/id_rsa | — | — |
| strip_components | remove the specified number of leading path elements | — | 0 |
| delete_threshold_days | Number of days after inactive previews are deleted | — | 30 |
Outputs
| name | description |
|---|---|
| url | Deployment url |