10up/Pantheon WordPress Deploy Action
Deploys a WordPress site to Pantheon
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jul 31, 2025
- License
- GPL 3.0
Pinned Snippet
uses: 10up/pantheon-wp-deploy-action@2732c1c4bad4ffeb7eda9b305c6b95d4cf7f5a23 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| pantheon_git_url | Pantheon GIT URL | yes | — |
| multidev_env_name | Multidev environment name | no | — |
| working_dir | Directory containing the WordPress built site | no | — |
| site_name | Pantheon site name | no | — |
| terminus_token | Terminus CLI token | no | — |
| ssh_private_key | SSH key for git access | yes | — |
| wordpress_version | WordPress version to fetch into the site before pushing to Pantheon | yes | — |
| root_files | Files to copy in the WordPress root directory | no | — |
| git_user_name | GIT user name needed to pull and push the Pantheon | no | 10upbot |
| git_user_email | GIT user email address needed to pull and push the Pantheon | no | 10upbot+github@10up.com |
| promote_test_to_live | Backup Pantheon Live site and promote Test to Live | no | no |
Outputs
no outputs