sultann/WordPress Site Deploy Action
Deploy wp-content to a remote server using SSH and rsync. Includes .distignore and optional Slack notifications.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ssh_host | Remote host/IP | yes | — |
| ssh_user | SSH username | yes | — |
| deploy_path | Full deployment path on the server | yes | — |
| ssh_key | Private SSH key | yes | — |
| site_url | Site URL (default: repo name) | no | ${{ github.event.repository.name }} |
| slack_webhook | Slack webhook URL | no | "" |
| slack_message | Slack message (optional custom message) | no | "" |
Outputs
no outputs