hhh3381a
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
MSI\migue 2025-04-03 10:45:23 -04:00
parent 8ac7ca856f
commit 3ba1143711

View File

@ -65,14 +65,15 @@ steps:
host:
- 10.0.0.117
- 10.0.0.116
username: root
username:
from_secret: ssh_usuario_117
password:
from_secret: ssh_password_117
port: 22
command_timeout: 2m
script:
- echo "Iniciando despliegue..."
- docker login -u yandel -p yandel 10.0.0.126:8085
- docker login -u yandel -p ${REGISTRY_ADDRESS}
- docker stop mi-app || true
- docker rm mi-app || true
- docker pull 10.0.0.126:8085/docker-repository/${DRONE_REPO_NAME}:${DRONE_COMMIT_SHA}