sebastianpopp/git-ftp-action
Uses git-ftp and GitHub actions to deploy a GitHub repository to a FTP server.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | URL | yes | — |
| user | FTP login name | yes | — |
| password | FTP password | yes | — |
| syncroot | Specifies a local directory to sync from as if it were the git project root path. | no | . |
| options | Additional options | no | --auto-init |
Outputs
no outputs