From a7d861e132d9ac33175d63bb519edc504effd550 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Thu, 25 Apr 2024 19:30:02 -0400 Subject: [PATCH] Remove old CI file --- .build.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .build.yml diff --git a/.build.yml b/.build.yml deleted file mode 100644 index daab246..0000000 --- a/.build.yml +++ /dev/null @@ -1,20 +0,0 @@ -image: archlinux -packages: - - reuse - - rsync -sources: - - https://git.sr.ht/~redstrate/novus -secrets: - - b748582a-5d31-4fe8-94d6-4a63035e97aa -tasks: - - reuse: | - cd novus - reuse lint - - tarball: | - cd novus - ./scripts/tarball.sh - - upload-tarball: | - echo "StrictHostKeyChecking=no" >> ~/.ssh/config - rsync -e 'ssh -p 38901' -Wvr novus-source.tar.gz deploy@ryne.moe:/srv/http/astra-distrib/novus/git/ -artifacts: - - novus-source.tar.gz \ No newline at end of file