update steps

This commit is contained in:
oleg.vodyanov91@gmail.com 2026-01-25 23:02:33 +04:00
parent a07ce92f62
commit d4dd21afef

View File

@ -6,6 +6,7 @@ pipeline {
}
stage('Deploy Prod'){
steps {
sshagent (credentials: ['jenkins-gitea-myinstalink']) {
sh '''
ssh -o StrictHostKeyChecking=no kreamond@109.73.204.66 '
set -euo pipefail