sitequest-software/Sitequest Deploy

Deploy a static site to a Sitequest webspace via the REST API. Zero infrastructure, just an API key.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
api-keySitequest API key with the `webspace:manage` scope. Store as a repository secret.yes
webspace-idTarget webspace ID (visible in the dashboard URL).yes
sourceLocal directory to deploy (the build output).nodist
targetRemote directory under the webspace home (e.g. `public_html`, `htdocs`).nopublic_html
strip-componentsStrip N leading path components when extracting (passed to `tar --strip-components`).no0
keep-oldIf `true`, keep the previous release in `<target>.old/` instead of removing it.nofalse
api-baseOverride the API base URL (for staging or self-hosted).nohttps://hosting.site.quest
namedescription
bytes-uploadedSize of the uploaded tar.gz archive in bytes.
files-deployedNumber of files extracted on the target.
duration-msEnd-to-end deploy duration in milliseconds.