miloslavnosek/Astro FTP
A composite GitHub action that deploys Astro site to any FTP server.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| server | FTP server hostname | yes | — |
| username | FTP username | yes | — |
| password | FTP password | yes | — |
| directory | Path to upload to (on the server). Must end with trailing slash / | no | public_html/ |
| protocol | Protocol to use, supports `ftp`, `ftps` and `ftps-legacy`. Defaults to `ftp` | no | ftp |
| port | Remote server port | no | 21 |
| path | Path of the directory containing your site | no | . |
| dry-run | Dry run mode for FTP upload | no | false |
Outputs
no outputs