padillaco/Deploy to Pantheon
Deploys local GitHub repo to Pantheon.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 3, 2026
- License
- GPL 2.0
Pinned Snippet
uses: padillaco/pantheon-deploy-action@693a72c752c49d069eef5a1839e5bd22219687e1 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| base_directory | Base directory for rsync | no | — |
| destination_directory | Destination directory for rsync in remote repository | no | — |
| exclude_list | Comma-separated list of files and directories to exclude from sync | no | .git, .github, .gitmodules, node_modules |
| ssh_key | SSH key to use for remote repository authentication. | yes | — |
| pantheon_site | Name of Pantheon site to deploy to. | yes | — |
| pantheon_site_id | Pantheon site ID to deploy to. | yes | — |
Outputs
no outputs