CI envrionment handling

This commit is contained in:
Olusesan Ameye
2025-08-27 04:44:52 +00:00
parent 1f950d6793
commit 2d6a37297e
9 changed files with 30 additions and 12 deletions
+5 -1
View File
@@ -8,4 +8,8 @@
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
# pass system env CI_ENVIRONMENT to Apache
PassEnv CI_ENVIRONMENT
</VirtualHost>