Compare commits

...

2 Commits

Author SHA1 Message Date
e12abb8826 solar-powered website
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-27 20:54:28 +01:00
4dbfff7894 remove unnecessary command 2022-09-27 20:54:21 +01:00
2 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,6 @@ steps:
# 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
# the ephemeral runner is connecting to the remote host
- which ssh-agent
- eval $(ssh-agent -s)
- mkdir -p ~/.ssh
- echo "$SSH_KEY" > ~/.ssh/id_rsa

View File

@ -30,6 +30,7 @@ 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://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://solar.lowtechmagazine.com/about.html Solar-powered website [www]
# people