indigotree/Deploy WordPress projects to WP Engine
Deploy WordPress to WP Engine via SSH Gateway. Requires DEPLOYS JSON array of rsync jobs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| WPE_SSHG_KEY_PRIVATE | The private RSA key stored in GitHub Secrets (raw PEM). | yes | — |
| DEPLOYS | JSON array of deploy jobs (src and flags required; optional name and dest). Inline in workflow YAML. | yes | — |
| PHP_LINT | optional php syntax check | no | false |
| CACHE_CLEAR | When true, run WP-CLI page-cache and cdn-cache flush after all rsync jobs | no | false |
| PRD_BRANCH | Source branch to deploy PRD_ENV | yes | PROD_BRANCH_HERE |
| PRD_ENV | Destination to deploy to WPE Prod | yes | PROD_ENV_HERE |
| STG_BRANCH | Source branch to deploy STG_ENV | no | STAGE_BRANCH_HERE |
| STG_ENV | Destination to deploy to WPE Stage | no | STAGE_ENV_HERE |
| DEV_BRANCH | Source branch to deploy DEV_ENV | no | DEV_BRANCH_HERE |
| DEV_ENV | Destination to deploy to WPE Dev | no | DEV_ENV_HERE |
Outputs
no outputs