This commit is contained in:
Vaxry 2023-12-30 15:09:52 +01:00
parent 6383c7e853
commit f8790a6af6
1 changed files with 1 additions and 1 deletions

View File

@ -106,6 +106,6 @@ jobs:
echo "$PK" > ./pk echo "$PK" > ./pk
chmod 400 ./pk chmod 400 ./pk
eval $(ssh-agent -s) && ssh-add ./pk eval $(ssh-agent -s) && ssh-add ./pk
scp -o "StrictHostKeyChecking=no" -P $PT -r ./doxygen/* $AD:.$PH scp -O -o "StrictHostKeyChecking=no" -P $PT -r ./doxygen/* $AD:.$PH