abelsrzz/Deploy Astro to FTP
Builds Astro and uploads it to an FTP server (with or without SSL)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ftp_host | FTP Server | yes | — |
| ftp_user | FTP User | yes | — |
| ftp_pass | FTP Password | yes | — |
| local_dir | Local dir to be uploaded | no | ./dist |
| remote_dir | Remote directory to upload files | yes | /public_html |
| use_ssl | Enable SSL (true/false) | no | false |
| force_ssl | Force SSL use | no | false |
Outputs
no outputs