fix(jenkinsfile) : update new repo path

This commit is contained in:
2026-01-10 19:42:55 +01:00
parent 8d37aa2bc9
commit 56d601beb8

2
Jenkinsfile vendored
View File

@@ -2,7 +2,7 @@ pipeline {
agent any
environment {
GITEA_REPO_PATH = "server/reverse-proxy"
GITEA_REPO_PATH = "lucas/reverse-proxy"
GITEA_API_URL = "https://gitea.lucasroyer.fr/api/v1"
}