Integrations
Integrations
Drop-in building blocks for connecting Sitequest to your existing tools and pipelines.
GitHub Actions
Three official actions on the GitHub Marketplace. They wrap the Sitequest REST API and run on the standard ubuntu-latest runner — no self-hosted runner needed.
Deploy to Webspace
Atomic tarball deploy of a build directory to your webspace's document root via the REST API. No SFTP keys to manage.
Sitequest-Software/sitequest-deploy-webspace-action
Deploy to VPS
Capistrano-style atomic releases on your VPS — uploads a tarball, swaps a "current" symlink, optionally restarts a systemd unit.
Sitequest-Software/sitequest-deploy-vps-action
Run a Command
Execute a shell command on a webspace or VPS from a workflow step — captures stdout, stderr and exit code.
Sitequest-Software/sitequest-exec-action
Before you start
- Create an API key with the scopes you need — webspace:manage and/or vps:manage. Open API / MCP settings
- Store it as a repository secret named SITEQUEST_API_KEY (Settings → Secrets and variables → Actions).
- Find your webspace or VPS ID in the dashboard URL — for example /dashboard/webspaces/abc123.