actions-marketplace-validations/git-sftp-action-with-password
Uses git-ftp and GitHub actions to deploy a GitHub repository to an SFTP 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 | no | — |
| remoteroot | Remote Root Directory | no | — |
| 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