From ddb500ff37c9baf3f6547fe81959f3624ae8dd48 Mon Sep 17 00:00:00 2001 From: "Eris A." Date: Wed, 17 Jan 2024 19:15:15 -0500 Subject: [PATCH] Remove build manifest --- .build.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .build.yml diff --git a/.build.yml b/.build.yml deleted file mode 100644 index 3ee41a0..0000000 --- a/.build.yml +++ /dev/null @@ -1,25 +0,0 @@ -image: freebsd/latest -packages: - - curl -sources: - - https://git.sr.ht/~usernameswift/website-gen - - https://git.sr.ht/~usernameswift/website - - https://git.sr.ht/~usernameswift/website-style-css -secrets: - - 78146465-f4cc-4c75-96b7-208012031f6e -tasks: - - setup: | - cp website-style-css/style.css website/style.css - cp website-style-css/style.css website/blog/style.css - cd website - cp ../website-gen/website-gen.sh . - cp ../website-gen/man-to-plaintext.awk . - - build: | - cd website - ./website-gen.sh - cp site.tar.gz ~/ - - deploy: | - set +x - site_key=$(cat ~/.site_upload_key) - curl --oauth2-bearer "$site_key" -Fcontent=@site.tar.gz https://pages.sr.ht/publish/eris.gay > /dev/null - set -x \ No newline at end of file -- 2.45.2