Skip to content

Commit 54b0a51

Browse files
committed
Use standard ssh port and correct path for uploading docs
1 parent d8fd87f commit 54b0a51

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

benchmark/CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,13 @@ foreach(_file IN LISTS immer_benchmarks)
112112
endforeach()
113113

114114
set(immer_ssh_method
115-
ssh -p 5488
116-
-o StrictHostKeyChecking=no)
115+
ssh -o StrictHostKeyChecking=no)
117116

118117
add_custom_target(upload-benchmark-reports
119118
COMMAND
120119
rsync -av -e \"${immer_ssh_method}\"
121120
${immer_benchmark_report_base_dir}
122-
raskolnikov@sinusoid.es:public/misc/immer/)
121+
root@sinusoid.es:/var/lib/syncthing/public/misc/immer/)
123122

124123
add_custom_target(copy-benchmark-reports
125124
COMMAND

doc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ add_custom_target(upload-docs
1919
COMMAND
2020
rsync -av -e \"${immer_ssh_method}\"
2121
${CMAKE_CURRENT_SOURCE_DIR}/_build/html/*
22-
raskolnikov@sinusoid.es:public/immer/)
22+
root@sinusoid.es:/var/lib/syncthing/public/immer/)

0 commit comments

Comments
 (0)