actions-marketplace-validations/FTP Deploy Action (Python3)
Automate deploying websites and more with this GitHub action via FTP
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| host | ftp server url | yes | — |
| port | ftp server port | no | 21 |
| user | ftp server username | yes | — |
| passwd | ftp server password | yes | — |
| local_dir | Folder to upload from, must end with trailing slash / | yes | — |
| remote_dir | Path to upload to on the server. Must end with trailing slash / | yes | — |
| dry_run | Prints which modifications will be made with current config options, but doesnt actually make any changes | no | False |
| exclude | wildcard of files and directories to exclude | no | .DS_Store,.git,.github,LICENSE,README.md |
Outputs
no outputs