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

Open
kovagoadi wants to merge 14 commits from test_preprod into main
Showing only changes of commit ef6cf2999b - Show all commits

View File

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