Cambio rutas

This commit is contained in:
2026-03-23 12:30:14 +01:00
parent 3b7ae9cdfe
commit f95418f36e
2 changed files with 2 additions and 2 deletions

View File

@@ -9,4 +9,4 @@ docker rmi sf-nfc-server || echo "Error eliminando (rmi) contenedor antiguo"
echo "test dir"
pwd | echo
docker compose -f docker-compose.yaml up --build -d
docker compose -f deployment/develop/docker/docker-compose.yaml up --build -d

View File

@@ -80,7 +80,7 @@ pipeline {
),
sshTransfer(
cleanRemote: false,
execCommand: "sh $APP_REMOTE_PATH/rebuild.sh"
execCommand: "sh $APP_REMOTE_PATH/deployment/develop/docker/rebuild.sh"
)
]
)