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

@@ -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"
)
]
)