This commit is contained in:
2026-02-28 08:59:50 +03:00
parent 3f843a90c5
commit 4da25f3e62

2
Jenkinsfile vendored
View File

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