mirror of
https://github.com/znc/znc.git
synced 2026-08-11 03:12:50 +02:00
Travis: private key shouldn't be readable by world
This commit is contained in:
@@ -5,6 +5,7 @@ echo "Generating docs with doxygen..."
|
||||
doxygen
|
||||
|
||||
mkdir -p ~/.ssh
|
||||
chmod 0600 ~/znc-docs-key
|
||||
cat <<EOF >> ~/.ssh/config
|
||||
Host znc-docs
|
||||
HostName github.com
|
||||
|
||||
Reference in New Issue
Block a user