Skip to content

Commit

Permalink
Merge pull request 'fix deploy path' (#53) from fix-deployment-path i…
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Dec 12, 2023
2 parents 297cfad + adab462 commit 5a773cc
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 5a773cc

Please sign in to comment.