ci(config): update infrastructure configuration

This commit is contained in:
2026-05-01 10:34:26 +02:00
parent 707baf8cbc
commit 4eddee6561
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@@ -2,7 +2,7 @@ pipeline {
agent any agent any
environment { environment {
REGISTRY_URL = "registry.pablotj.com" REGISTRY_URL = "registry.nortapp.com"
USER = "andromeda" USER = "andromeda"
PASS = credentials('docker-registry-password') PASS = credentials('docker-registry-password')
} }

View File

@@ -2,7 +2,7 @@ STACK=pablotj-portfolio
APP_NAME=pablotj-portfolio-api APP_NAME=pablotj-portfolio-api
IMAGE_NAME=$(APP_NAME) IMAGE_NAME=$(APP_NAME)
REGISTRY_URL=registry.pablotj.com REGISTRY_URL=registry.nortapp.com
NAMESPACE=andromeda NAMESPACE=andromeda
TAG?=latest TAG?=latest