Skip to content
Snippets Groups Projects
Commit 9eb1ccdf authored by Lars Bilke's avatar Lars Bilke
Browse files

[web] Deploy via local hostname.

parent 84a9b9d5
No related branches found
No related tags found
No related merge requests found
......@@ -436,7 +436,7 @@ pipeline {
sshagent(credentials: ['www-data_jenkins']) {
sh 'rsync -a --delete --stats -e "ssh -o UserKnownHostsFile=' +
'known_hosts" web/. ' +
'www-data@jenkins.opengeosys.org:/var/www/dev.opengeosys.org'
'www-data@jenkins:/var/www/dev.opengeosys.org'
}
}
}
......@@ -451,7 +451,7 @@ pipeline {
sshagent(credentials: ['www-data_jenkins']) {
sh 'rsync -a --delete --stats -e "ssh -o UserKnownHostsFile=' +
'known_hosts" doxygen/. ' +
'www-data@jenkins.opengeosys.org:/var/www/doxygen.opengeosys.org'
'www-data@jenkins:/var/www/doxygen.opengeosys.org'
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment