ochorocho/Setup Shippy
Install the shippy deployment tool for Composer based PHP projects and optionally run it.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| shippy-version | Shippy version to install. Accepts a release tag such as "v0.0.9" or "0.0.9", or "latest" to install the most recent release. | no | latest |
| args | Optional arguments to run shippy with after installation (e.g. "deploy production" or "config validate"). Leave empty to only install the binary. | no | "" |
| install-dir | Directory the shippy binary is installed into. Defaults to "$HOME/.shippy/bin". | no | "" |
| token | GitHub token used to resolve the "latest" release and avoid API rate limits. | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| version | The resolved shippy version that was installed (e.g. "0.0.9"). |
| bin-path | Absolute path to the installed shippy binary. |