kinneko-de/SFTP Deploy Action for IONOS
Deploy static sites to IONOS via SFTP. Scans remote directories, removes remote-only files and uploads local content.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ftp_username | SFTP username | yes | — |
| ftp_password | SFTP password (use GitHub Secrets) | yes | — |
| ftp_server | SFTP server hostname or IP | yes | — |
| ftp_port | SFTP port (default 22) | no | 22 |
| local_dir | Local directory to upload (relative to repository root). Default is '.' | no | . |
| remote_dir | Remote directory to upload into on the server. Default is '.' | no | . |
Outputs
no outputs