aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed <git@gumx.cc>2026-06-14 16:25:07 +0300
committerAhmed <git@gumx.cc>2026-06-14 16:25:07 +0300
commitfd59204fd42f75b763ac58a8dcb761b8965a1d17 (patch)
tree32019b55da4afacb74c997f94b2127c73cc66b29
parent004f2e9964c36e62b4da8d272cfd76c56dc81f1d (diff)
remove: sourcehut CI config, self-hosted now
-rwxr-xr-x.build.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.build.yml b/.build.yml
deleted file mode 100755
index 6fce0a4..0000000
--- a/.build.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-image: alpine/edge
-oauth: pages.sr.ht/PAGES:RW
-packages:
- - hut
-environment:
- site: ccc.demo.gumx.cc
-sources:
- - https://git.sr.ht/~gumxcc/ccc
-tasks:
- - package: |
- cd ccc
- mv ccc.html index.html
- tar -cvz index.html > ../site.tar.gz
- - upload: |
- hut pages publish -d $site site.tar.gz