It took me about 30mins? But I managed to switch link-scrabble over to the new regime, so now I can deploy changes to it by pushing to the remote repo! :)
Next I’ll do instascrabble, and then probably my website.
I’m already regretting not using some kind of dockerised
solution for this though - building stuff outside of docker
containers seems a bit restricting. I suppose there’s
nothing stopping me from giving each project a Dockerfile
and then making the build.sh
script use that instead.
That way I wouldn’t have to rely on hugo or yarn or anything else being installed prior to things being built.