Test CI/CD: add version comment
Deploy Dashboard / deploy (push) Failing after 17s

This commit is contained in:
Gan, Jimmy
2026-02-19 10:15:14 +08:00
parent 6c042b5e09
commit 7aeabe1839
+1
View File
@@ -1,4 +1,5 @@
import os import os
# Dashboard v1.1 — CI/CD deployment test
GITEA_URL = os.environ.get("GITEA_URL", "http://gitea:3000") GITEA_URL = os.environ.get("GITEA_URL", "http://gitea:3000")
GITEA_TOKEN = os.environ.get("GITEA_TOKEN", "") GITEA_TOKEN = os.environ.get("GITEA_TOKEN", "")