commit c1dc59ecbab8da309875c1cf656cebce1882c7e6 Author: Morgan 'ARR\!' Allen Date: Mon Jul 8 23:50:49 2024 -0700 itsa tool diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..e9e33dc --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,11 @@ +steps: + build: + image: git.oit.cloud/morgan/hugo-builder:latest + pull: true + secrets: [ ID_RSA, MQTT_HOST, MQTT_USER, MQTT_PASS ] + commands: + - echo "starting hugo build" + - 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 + - rsync -avrx public/. blog@oit.cloud:/var/www/tools.oit.cloud/ diff --git a/board_calc.html b/board_calc.html new file mode 100644 index 0000000..a181f65 --- /dev/null +++ b/board_calc.html @@ -0,0 +1,55 @@ + + + + + + +
+ + +
+
+ + +
+ + + + + + + +