sitequest-software/Sitequest Deploy
Deploy a static site to a Sitequest webspace via the REST API. Zero infrastructure, just an API key.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | Sitequest API key with the `webspace:manage` scope. Store as a repository secret. | yes | — |
| webspace-id | Target webspace ID (visible in the dashboard URL). | yes | — |
| source | Local directory to deploy (the build output). | no | dist |
| target | Remote directory under the webspace home (e.g. `public_html`, `htdocs`). | no | public_html |
| strip-components | Strip N leading path components when extracting (passed to `tar --strip-components`). | no | 0 |
| keep-old | If `true`, keep the previous release in `<target>.old/` instead of removing it. | no | false |
| api-base | Override the API base URL (for staging or self-hosted). | no | https://hosting.site.quest |
Outputs
| name | description |
|---|---|
| bytes-uploaded | Size of the uploaded tar.gz archive in bytes. |
| files-deployed | Number of files extracted on the target. |
| duration-ms | End-to-end deploy duration in milliseconds. |