hydephp/Build HydePHP Site
Build and deploy the HydePHP project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| debug | Enable debug mode | no | false |
| deploy-to | Specify what to do with the compiled site. Options are: [artifact, pages] | yes | artifact |
| upload-artifact | Upload the compiled site as an artifact | no | false |
| framework-version | The framework version of HydePHP to install (only applicable when using archive install strategy) | no | latest |
| directory | The project root directory | no | . |
| config | List of lines to add to the `hyde.yml` config file | no | "" |
| env-site-name | [Deprecated] Set the `SITE_NAME` environment variable. Use the `env` input instead with `SITE_NAME=value` | no | — |
| env-site-url | [Deprecated] Set the `SITE_URL` environment variable. Use the `env` input instead with `SITE_URL=value` | no | — |
| env-torchlight-token | [Deprecated] Set the `TORCHLIGHT_TOKEN` environment variable. Use the `env` input instead with `TORCHLIGHT_TOKEN=value` | no | — |
| env | Environment variables in KEY=VALUE format (one per line) | no | "" |
| artifact-name | Name of the artifact to upload (defaults to "build") | no | build |
| pre-build | Shell commands to run after dependencies are installed, but before the site is built | no | "" |
| post-build | Shell commands to run after the site is built, but before it is deployed | no | "" |
Outputs
| name | description |
|---|---|
| install-strategy | The install strategy used |