Skip to content

Commit

Permalink
fix deploy path
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Dec 12, 2023
1 parent 297cfad commit adab462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ pipeline {
sh 'grcov . -s . --binary-path ./target/debug -t html --branch --ignore-not-existing -o ./target/debug/coverage/'
sshagent(credentials: ['documentation-buildfix']) {
// Deploy to Apache webserver
sh 'rsync --mkpath -r --delete ./target/debug/coverage/ [email protected]:/projects/spacepackets-rs/coverage/latest/'
sh 'rsync --mkpath -r --delete ./target/debug/coverage/ [email protected]:/projects/spacepackets/coverage-rs/latest/'
}
}
}
Expand Down

0 comments on commit adab462

Please sign in to comment.