Modification URL Gitea

This commit is contained in:
corenthin 2025-12-11 23:04:12 +01:00
parent c99c1809c4
commit 80a965228b

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ pipeline {
agent any
environment {
SERVICE_NAME = 'ApiAutoDeploy'
DOCKER_REGISTRY_URL = 'gitea.firewax.fr/corenthin/apiautodeploy:latest'
DOCKER_REGISTRY_URL = '172.75.13.27:3000/corenthin/apiautodeploy:latest'
DEPLOY_HOST = '172.75.13.5'
DEPLOY_CREDENTIALS_ID = '1000'
DATABASE_URL_SECRET = '1001'