Compare commits

..

No commits in common. "e12abb88262d2151ace68e5f5e20e39bef1efae0" and "6600d60d47d50a1e4585cdf421851e017f007403" have entirely different histories.

2 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,7 @@ steps:
# configure ssh identity by importing ssh key from secrets and adding it to # configure ssh identity by importing ssh key from secrets and adding it to
# ssh-agent. also disable strict host key checking as this is the first time # ssh-agent. also disable strict host key checking as this is the first time
# the ephemeral runner is connecting to the remote host # the ephemeral runner is connecting to the remote host
- which ssh-agent
- eval $(ssh-agent -s) - eval $(ssh-agent -s)
- mkdir -p ~/.ssh - mkdir -p ~/.ssh
- echo "$SSH_KEY" > ~/.ssh/id_rsa - echo "$SSH_KEY" > ~/.ssh/id_rsa

View File

@ -30,7 +30,6 @@ for my own reference really but do enjoy :)
=> https://ploum.net/the-computer-built-to-last-50-years The computer built to last 50 years [www] => https://ploum.net/the-computer-built-to-last-50-years The computer built to last 50 years [www]
=> https://jlouisramblings.blogspot.com/2012/08/getting-25-megalines-of-code-to-behave.html The software of the Curiosity Mars rover [www] => https://jlouisramblings.blogspot.com/2012/08/getting-25-megalines-of-code-to-behave.html The software of the Curiosity Mars rover [www]
=> https://esoteric.codes/blog/escher-circuits-using-vision-to-perform-computation Escher Circuits: Using Vision to Perform Computation [www] => https://esoteric.codes/blog/escher-circuits-using-vision-to-perform-computation Escher Circuits: Using Vision to Perform Computation [www]
=> https://solar.lowtechmagazine.com/about.html Solar-powered website [www]
# people # people