dondebonair/Ploy Action
GitHub Action for Ploy, a simple deployment tool
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Ploy version | no | latest |
| deployment-file | Ploy configuration file with services to deploy | yes | — |
| command | Ploy command to run | no | deploy |
| update-service | Service to update | no | — |
| update-version | Version to update service to | no | — |
| update-author-name | Name to use for committing changes | no | — |
| update-author-email | Email to use for committing changes | no | — |
| update-commit-message | Commit message to use for committing changes to deployment file | no | — |
| update-branch | Branch to commit updated deployment file to | no | — |
| github-token | The GitHub token to use when making API requests. | no | — |
Outputs
| name | description |
|---|---|
| result | STDOUT of the command for use in subsequent steps |