This commit is contained in:
2026-02-28 11:13:38 +03:00
parent 47b2cf9ceb
commit 8d7e1ffa77

2
Jenkinsfile vendored
View File

@@ -16,7 +16,7 @@ pipeline {
}
stage('Deploy') {
steps {
sshagent(['fymio']) {
sshagent(['vps-ssh-key']) {
sh 'scp -o StrictHostKeyChecking=no -r dist/* fymio@172.17.0.1:/var/www/fymio.us/'
}
}