aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-02-04 08:47:00 -0500
committerBradley Taunt <bt@btxx.org>2024-02-04 08:47:00 -0500
commitded055b377347bbfc7f59df1e179c35e52189b84 (patch)
treeff5ece75690fa97971b7fb784352f2940395c047 /.build.yml
parent236aca6c69f40dafe1459332b7769819095ce172 (diff)
Remove build file
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.build.yml b/.build.yml
deleted file mode 100644
index 9739c62..0000000
--- a/.build.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-image: debian/stable
-oauth: pages.sr.ht/PAGES:RW
-environment:
- site: xhtml.club
-sources:
- - https://git.sr.ht/~bt/xhtml-club
-tasks:
-- package: |
- cd xhtml-club
- tar -cvz . > ../site.tar.gz
-- upload: |
- acurl -f https://pages.sr.ht/publish/$site -Fcontent=@site.tar.gz