14 lines
473 B
Markdown
14 lines
473 B
Markdown
# watthound-demo-site
|
|
|
|
Static single-file WattHound demo (ABC Electrical) served at
|
|
https://watthound-demo.sculpt7.com
|
|
|
|
Deployed via Coolify (project `watthound-demo`) using the Dockerfile build pack:
|
|
nginx:alpine serving `index.html`.
|
|
|
|
## Update the live demo
|
|
1. Replace `index.html` with the new build.
|
|
2. `git commit -am "update demo" && git push`
|
|
3. Redeploy: Coolify auto-deploy on push (if webhook enabled), or trigger the
|
|
Coolify deploy for app `watthound-demo`.
|