The last time I tried this the monkey didn't survive. Let's hope it works better this time.

This commit is contained in:
Ariejan de Vroom 2018-08-31 16:45:32 +02:00
parent 5380179f05
commit 348e7ecbee
Signed by: ariejan
GPG Key ID: AD739154F713697B

View File

@ -24,7 +24,9 @@ pages:
- mkdir -p ~/.ssh # Setup SSH
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' > ~/.ssh/id_rsa
- chmod 600 ~/.ssh/id_rsa
- whoami
- cat ~/.ssh/id_rsa
- cat /root/.ssh/id_rsa
- ssh-keyscan -H 'mail.devroom.io' >> ~/.ssh/known_hosts
- rsync --version
- hugo version