actions-marketplace-validations/Deploy WordPress to WP Engine (Forked version)
Deploy WordPress projects to a WP Engine account using SSH Gateway
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 you will save in the Github Secrets | yes | — |
| PHP_LINT | optional php syntax check | no | false |
| FLAGS | Optional flags for the deployment | yes | -azvr --inplace --exclude=".*" |
| CACHE_CLEAR | Optional WPE Clear cache | no | true |
| TPO_SRC_PATH | An optional source directory to deploy other than the root directory that is being versioned. | no | . |
| TPO_PATH | An optional destination directory to deploy to other than the WordPress root. | no | "" |
| 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 |
| WITH_GIT_PUSH | Optional git push into WPE | no | false |
Outputs
no outputs