Update: Gitea domain changed to https://gittea.cloud-handson.com

- Updated remote URL from localhost:3000 to gitea.cloud-handson.com
- Updated all references in Jenkinsfile, README, etc.
- All services now point to new domain
This commit is contained in:
Joungmin
2026-02-19 11:09:01 +09:00
parent bf614b4e5f
commit 8c7de13f79

2
Jenkinsfile vendored
View File

@@ -7,7 +7,7 @@ pipeline {
ORACLE_USER = credentials('oracle-user')
ORACLE_PASSWORD = credentials('oracle-password')
TELEGRAM_BOT_TOKEN = credentials('telegram-bot-token')
GITEA_URL = 'http://localhost:3000'
GITEA_URL = 'https://gittea.cloud-handson.com'
GITEA_USER = 'joungmin'
GITEA_TOKEN = credentials('gitea-token')