update steps

This commit is contained in:
oleg.vodyanov91@gmail.com 2026-01-25 23:10:07 +04:00
parent dbb30801d2
commit 41c2ece1da

View File

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