Commit graph

5 commits

Author SHA1 Message Date
04b43c6660 Add toggle for turning the application form on an off 2023-06-29 15:03:52 +02:00
9ee5841842 Use a single staging environment for all branches
This commit reworks the CI setup to use a single staging environment and
run it for every branch. That means the staging URL will always contain
the most recent changes, independent of the branch.
2023-04-27 21:07:10 +02:00
a8d9def507 Add static files required for other sites than angestoepselt to Docker build environment 2023-01-22 21:02:51 +01:00
angestoepselt-bot
4d0baeb55b change healthcheck
curl was mssing in Image, changed healthcheck to existing wget
2022-10-27 17:34:59 +02:00
158f1d32e9 Add non-Nix Dockerfile
Tested using:
  podman build --build-arg SITE=angestoepselt .
  podman run -p 8123:80 -e ZAMMAD_TOKEN=1 -e HCAPTCHA_SITE_KEY=1 -e HCAPTCHA_SECRET_KEY=1 <the-image-that-was-just-built>
2022-10-27 17:34:59 +02:00