godaddy-wordpress/Deploy Repository via rsync

A custom action to deploy a repository to a remote server using rsync.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Jun 24, 2025
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: godaddy-wordpress/gd-wordpress-deployer@709aff22dcbcc99ac2229d7c6e22ad51ef6f1b6b # v0.0.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
remote_hostThe remote host (IP or domain)yes
ssh_userThe SSH usernameyes
ssh_private_keySSH Server private keyyes
source_pathPath to the repository checkout.no.
deployment_destPath to a specific directory to deploy instead of the entire repository, leave blank for whole repository deployment.no.
post_deploy_commandsCommands to execute on the server after the deployment is complete.no""
cleanup_deleted_filesDelete files from the server that have been removed from the repository.noyes
enable_health_checkCheck WordPress health after deployment and roll back if it fails. Disable to skip this step.noyes

no outputs