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
- Maintainedlast commit Sep 3, 2025
- License
- MIT
Pinned Snippet
uses: abelsrzz/astro-ftps-action@5050337542f394fbf57dfdaac1f21d238131f713 # v1.0.3tags can be moved; commit SHAs can't. why a SHA?
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