From 78fe8092ad932d980c578bd79be2fffb5e75fd64 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 8 Jul 2026 21:29:12 -0700 Subject: [PATCH] feat(deploy): add global.env for shared vars (DOMAIN, DOMAIN_NAME, ALT_DOMAIN) --- deploy/global.env | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 deploy/global.env diff --git a/deploy/global.env b/deploy/global.env new file mode 100644 index 0000000..42fb33a --- /dev/null +++ b/deploy/global.env @@ -0,0 +1,6 @@ +# Global variables inherited by every stack at deploy time. +# Stack-specific .env files override these if the same key appears in both. + +DOMAIN=bryanmail.net +DOMAIN_NAME=bryanmail.net +ALT_DOMAIN=bryanmail.net