duckpin/Deploy to WP Engine
Deploy a WordPress plugin or theme to WP Engine using git push
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project_type | The type of WordPress Project you are deploying (plugin|theme) | yes | plugin |
| repo_name | The name of the repo/folder name the project will be deployed to | yes | — |
| wpe_ssh_key_private | private key generated for usage in this action | no | — |
| wpe_ssh_key_public | public key generate for usage in this action | no | — |
| wpe_install | The wpengine install subdomain we are deploying to | no | — |
| wpe_install_prod | The production wpengine install subdomain we are deploying to | no | — |
| wpe_install_staging | The staging wpengine install subdomain we are deploying to | no | — |
| wpe_install_dev | The develop wpengine install subdomain we are deploying to | no | — |
Outputs
| name | description |
|---|---|
| success | Did the deploy happen or not? |