hydephp/Build HydePHP Site

Build and deploy the HydePHP project

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
debugEnable debug modenofalse
deploy-toSpecify what to do with the compiled site. Options are: [artifact, pages]yesartifact
upload-artifactUpload the compiled site as an artifactnofalse
framework-versionThe framework version of HydePHP to install (only applicable when using archive install strategy)nolatest
directoryThe project root directoryno.
configList of lines to add to the `hyde.yml` config fileno""
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
envEnvironment variables in KEY=VALUE format (one per line)no""
artifact-nameName of the artifact to upload (defaults to "build")nobuild
pre-buildShell commands to run after dependencies are installed, but before the site is builtno""
post-buildShell commands to run after the site is built, but before it is deployedno""
namedescription
install-strategyThe install strategy used