This commit is contained in:
parent
c1dc59ecba
commit
da83025af1
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ steps:
|
|||
pull: true
|
||||
secrets: [ ID_RSA, MQTT_HOST, MQTT_USER, MQTT_PASS ]
|
||||
commands:
|
||||
- echo "starting hugo build"
|
||||
- mkdir ~/.ssh/
|
||||
- echo $${ID_RSA}|sed -e 's/- /-\n/'|sed -e 's/ -/\n-/' > ~/.ssh/id_rsa
|
||||
- chmod 700 ~/.ssh/id_rsa
|
||||
- ssh-keyscan oit.cloud >> ~/.ssh/known_hosts
|
||||
|
|
Loading…
Reference in a new issue