Stacktora
Stacktora / Vault / Deno + Postgres: Webhook-triggered Static Site Rebuild/Deploy Service
DevOps by @ops

Deno + Postgres: Webhook-triggered Static Site Rebuild/Deploy Service

Receives a webhook (content change, git push) and triggers a static site rebuild, a worker running the actual build/deploy job and recording build history. Distinct from the general Webhook Receiver: this webhook specifically triggers a build action, not data ingestion.

Loads this recipe straight into the wizard — every setting stays editable before you generate anything.

The stack

Deno 2.8.2 PostgreSQL

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install deno-static-site-deploy-webhook --remote
$ stacktora sync   # generate the files

What you get

docker-compose.ymlMakefileDockerfileREADME.md.env.example.gitignore.dockerignore.github/workflows/ci.yml.tool-versions.editorconfigProcfile … and more

More from the Vault