From 52db2807b83c0955d0ae10d6b47c4aeaeef141cf Mon Sep 17 00:00:00 2001 From: Pablo de la Torre Jamardo Date: Fri, 1 May 2026 10:34:01 +0200 Subject: [PATCH] ci(config): update infrastructure configuration --- Jenkinsfile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7cf137a..6b0aeba 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,7 @@ pipeline { agent any environment { - REGISTRY_URL = "registry.pablotj.com" + REGISTRY_URL = "registry.nortapp.com" USER = "andromeda" PASS = credentials('docker-registry-password') } diff --git a/Makefile b/Makefile index da64be2..304bf4c 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ STACK=pablotj-portfolio APP_NAME=pablotj-portfolio-web IMAGE_NAME=$(APP_NAME) -REGISTRY_URL=registry.pablotj.com +REGISTRY_URL=nortapp.pablotj.com NAMESPACE=andromeda TAG?=latest