diff --git a/content/note/60120b12/index.md b/content/note/60120b12/index.md new file mode 100644 index 00000000..b11d5b7e --- /dev/null +++ b/content/note/60120b12/index.md @@ -0,0 +1,23 @@ +--- +category: + - DroneCI + - RPI4 + - Pine64 + - docker +date: '2021-01-28 00:53:38' +draft: false +posttype: note +sensitive: 'false' +slug: 60120b12 +visibility: public +title: note +--- +As much as I like the automation of my website publishing process, I really don't think that DroneCI is well suited for arm (or maybe the fault lies with docker and may be rpi specific). The job consists of 3 steps/modules: + +1. Git clone. Takes a few seconds manually but the stage took 3m34s to complete for the job I'm currently waiting on finishing + +2. Hugo build, can see from the output that the build took 2591ms.. Stage took 2m10s + +3. Scp pull.. 45 seconds here.. Though in reality fraction of the time.. + +It runs on a rasperry pi 4 (2GB) though isn't the only running service.. However, my similarly specced pine64 devices don't struggle with the multiple jobs they run.