Some updates to the start-production script and just general clean up

This commit is contained in:
2025-07-03 07:42:25 -06:00
parent 0d3ecb6e1c
commit 9e0f23bebc
12 changed files with 371 additions and 343 deletions

View File

@@ -26,6 +26,10 @@ cd changemaker.lite
docker compose up -d
```
### Optional - Site Builld
If you want to have your site prepared for launch, you can now proceed with reseting the site build. See [Build Site](../build/site.md) for more detials.
### Deploy
!!! note "Cloudflare"

View File

@@ -6,6 +6,6 @@
{% endblock %}
{% block announce %}
<a href="https://homepage.cmlite.org" class="login-button">Login</a>
<a href="https://homepage.bnkserver.org" class="login-button">Login</a>
Changemaker Archive. <a href="https://docs.bnkops.com">Learn more</a>
{% endblock %}