godaddy-wordpress/Deploy Repository via rsync
A custom action to deploy a repository to a remote server using rsync.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jun 24, 2025
- License
- None
Pinned Snippet
uses: godaddy-wordpress/gd-wordpress-deployer@709aff22dcbcc99ac2229d7c6e22ad51ef6f1b6b # v0.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| remote_host | The remote host (IP or domain) | yes | — |
| ssh_user | The SSH username | yes | — |
| ssh_private_key | SSH Server private key | yes | — |
| source_path | Path to the repository checkout. | no | . |
| deployment_dest | Path to a specific directory to deploy instead of the entire repository, leave blank for whole repository deployment. | no | . |
| post_deploy_commands | Commands to execute on the server after the deployment is complete. | no | "" |
| cleanup_deleted_files | Delete files from the server that have been removed from the repository. | no | yes |
| enable_health_check | Check WordPress health after deployment and roll back if it fails. Disable to skip this step. | no | yes |
Outputs
no outputs