feat: Add pre-production deployment stage with E2E tests, a dedicated environment file, and update production deployment dependency. #30

Merged
kovagoadi merged 26 commits from test_preprod into main 2026-04-09 21:12:34 +02:00
Showing only changes of commit ef6cf2999b - Show all commits

View File

@@ -3,7 +3,7 @@ import requests
import os import os
# Configuration # Configuration
DOMAIN = os.getenv("DOMAIN", "dev.kovagoadi.hu") DOMAIN = os.getenv("DOMAIN", "asdasd.kovagoadi.hu")
PORT = os.getenv("PORT", "10000") PORT = os.getenv("PORT", "10000")
HTTPS_PORT = os.getenv("HTTPS_PORT", "10001") HTTPS_PORT = os.getenv("HTTPS_PORT", "10001")