Reticulating splines...

This commit is contained in:
Ariejan de Vroom 2018-08-31 16:40:58 +02:00
parent 238ce76822
commit 5380179f05
Signed by: ariejan
GPG Key ID: AD739154F713697B

View File

@ -24,10 +24,11 @@ pages:
- mkdir -p ~/.ssh # Setup SSH - mkdir -p ~/.ssh # Setup SSH
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' > ~/.ssh/id_rsa - echo "$SSH_PRIVATE_KEY" | tr -d '\r' > ~/.ssh/id_rsa
- chmod 600 ~/.ssh/id_rsa - chmod 600 ~/.ssh/id_rsa
- cat ~/.ssh/id_rsa
- ssh-keyscan -H 'mail.devroom.io' >> ~/.ssh/known_hosts - ssh-keyscan -H 'mail.devroom.io' >> ~/.ssh/known_hosts
- rsync --version - rsync --version
- hugo version - hugo version
- ssh -vv ariejan@mail.devroom.io exit; echo $? - ssh -vv -i ~/.ssh/id_rsa ariejan@mail.devroom.io exit; echo $?
script: script:
# Compile # Compile