metardev/Deploy to Cloudways
Deploy your WordPress theme to your Cloudways server.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| cloudways_username | Username we are using to SSH into your Cloudways server. You need to have an SSH key setup for that user | yes | — |
| cloudways_server | IP of your Cloudways server. | yes | — |
| cloudways_deploy_path | Path where you wish to deploy your changes. | yes | — |
| cloudways_ssh_private_key | SSH key for your cloudways_username. You should add this through Github Secrets: https://help.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets | yes | — |
| cloudways_port | SSH port for SSH-ing into the target server. | no | 22 |
| build_script | Here you can (optionally) define your build process (a.k.a. things that will run after your repository is clone but before deployment) | no | "" |
Outputs
| name | description |
|---|---|
| time | The time we greeted you |