commit c1a1fe6c1e456381ef6082c1d424e66e6f3d2d63 from: Thomas Böhler date: Fri Nov 7 16:35:01 2025 UTC build: remove ci job CI job isn't needed anymore as I just do this by hand, and it doesn't work anymore anyway. Signed-off-by: Thomas Böhler commit - 9d42ec775392b712ee8de8c43c311f6d26f99009 commit + c1a1fe6c1e456381ef6082c1d424e66e6f3d2d63 blob - 53eb3e12c8e42868e54cdbdfbd123ec8feae2771 (mode 644) blob + /dev/null --- .build.yml +++ /dev/null @@ -1,23 +0,0 @@ -image: alpine/latest -oauth: pages.sr.ht/PAGES:RW -packages: - - go - - hugo - - openring - - rsync - - hut - - make -environment: - site: witcher.srht.site -sources: - - https://git.sr.ht/~witcher/wiredspace.de -secrets: - - c092acdc-a06b-4dc5-a1b2-7c7011f6145c -tasks: - - build: | - cd wiredspace.de - make build - - deploy: | - echo "StrictHostKeyChecking=no" >> ~/.ssh/config - cd wiredspace.de - make publish