ci(config): update infrastructure configuration

This commit is contained in:
2026-05-01 10:34:01 +02:00
parent afe0c2ca34
commit 52db2807b8
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-web APP_NAME=pablotj-portfolio-web
IMAGE_NAME=$(APP_NAME) IMAGE_NAME=$(APP_NAME)
REGISTRY_URL=registry.pablotj.com REGISTRY_URL=nortapp.pablotj.com
NAMESPACE=andromeda NAMESPACE=andromeda
TAG?=latest TAG?=latest