Promoted to main website.

This commit is contained in:
2026-09-06 16:58:31 +00:00
parent 3929d3f0b2
commit 84dffa8451
+3 -3
View File
@@ -6,9 +6,9 @@ password: ff28a01f00c0f39315d94cd9dcb1e554968dba25676a8ea5f2be34e96a9a099f
title: mozimo title: mozimo
tag: latest tag: latest
host_directory: "/var/lib/{{ title }}-staging" host_directory: "/var/lib/{{ title }}"
www_host: "staging.mozimo.in" www_host: "www.mozimo.in"
www_port: 3000 www_port: 3000
cms_host: "cms.mozimo.in" cms_host: "cms.mozimo.in"
cms_port: 8090 cms_port: 8090
@@ -18,7 +18,7 @@ docker_network: "{{ title }}_net"
# image tag: deploy.sh passes -e image_tag=<commit>; "tag" is the fallback # image tag: deploy.sh passes -e image_tag=<commit>; "tag" is the fallback
# when running the playbook by hand — rollback = -e image_tag=<older-commit> # when running the playbook by hand — rollback = -e image_tag=<older-commit>
docker_image: "{{ registry }}/{{ title }}:{{ image_tag | default(tag) }}" docker_image: "{{ registry }}/{{ title }}:{{ image_tag | default(tag) }}"
docker_container: "{{ title }}-staging" docker_container: "{{ title }}"
# self-hosted first-party analytics (Vince) — script/events proxied at # self-hosted first-party analytics (Vince) — script/events proxied at
# /stats/* on the www host, dashboard published on stats_host # /stats/* on the www host, dashboard published on stats_host