radenpioneer/Astro FTP
A composite action that prepares your Astro site to be deployed 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 | . |
| node-version | The node version to use | no | 18 |
| package-manager | If not automatically detectable, you may specify your preferred package manager | no | "" |
| resolve-dep-from-path | If the dependency file is located inside the folder specified by path | no | true |
| dry-run | — | no | false |
Outputs
no outputs