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
|
pull: true
|
||||||
secrets: [ ID_RSA, MQTT_HOST, MQTT_USER, MQTT_PASS ]
|
secrets: [ ID_RSA, MQTT_HOST, MQTT_USER, MQTT_PASS ]
|
||||||
commands:
|
commands:
|
||||||
- echo "starting hugo build"
|
- mkdir ~/.ssh/
|
||||||
- echo $${ID_RSA}|sed -e 's/- /-\n/'|sed -e 's/ -/\n-/' > ~/.ssh/id_rsa
|
- echo $${ID_RSA}|sed -e 's/- /-\n/'|sed -e 's/ -/\n-/' > ~/.ssh/id_rsa
|
||||||
- chmod 700 ~/.ssh/id_rsa
|
- chmod 700 ~/.ssh/id_rsa
|
||||||
- ssh-keyscan oit.cloud >> ~/.ssh/known_hosts
|
- ssh-keyscan oit.cloud >> ~/.ssh/known_hosts
|
||||||
|
|
Loading…
Reference in a new issue