From 323ad879d9cb40df6afe86b8c3121ee591a90b60 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Fri, 19 Apr 2024 19:07:30 -0400 Subject: [PATCH] Remove CI manifest It hasn't been working for a while --- .build.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .build.yml diff --git a/.build.yml b/.build.yml deleted file mode 100644 index 2cae6c0..0000000 --- a/.build.yml +++ /dev/null @@ -1,26 +0,0 @@ ---- -# we rsync binaries.tar.gz from the same server we deploy to. -# it contains these static-pie binaries: -# hugo, brotli, ect (like gzip/zopfli), and xmllint. -image: alpine/edge -packages: - - curl # Fetches webmentions and webring links. Pre-inistalled. - - rsync - - git # Powers Hugo's gitInfo. Pre-installed - - bmake # gmake is fine too -sources: - - https://git.sr.ht/~seirdy/seirdy.one -secrets: - - cc1eb90c-b07b-4c46-86d4-58fec41cf0e4 # ssh key - - b0bfa66e-3cf2-468f-9ea4-085819eccd18 # webmentiond key -triggers: - - action: email - condition: always - to: seirdy@seirdy.one -tasks: - - deps: | - sh seirdy.one/scripts/setup-ci.sh - - build_deploy: | - export PATH=~/bin:$PATH - cd seirdy.one - bmake ci