diff options
| author | Ahmed <git@gumx.cc> | 2026-06-14 16:24:32 +0300 |
|---|---|---|
| committer | Ahmed <git@gumx.cc> | 2026-06-14 16:24:32 +0300 |
| commit | 004f2e9964c36e62b4da8d272cfd76c56dc81f1d (patch) | |
| tree | bfc5d7a84c588c4fe1699f16a5a8c773fb1a322a /.build.yml | |
init: coffee cups contributions tracker
Diffstat (limited to '.build.yml')
| -rwxr-xr-x | .build.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml new file mode 100755 index 0000000..6fce0a4 --- /dev/null +++ b/.build.yml @@ -0,0 +1,15 @@ +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
|
