diff options
author | Bradley Taunt <bt@btxx.org> | 2024-01-19 08:34:38 -0500 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-01-19 08:34:38 -0500 |
commit | 33128f00648efbcfce34cac6ac87a508e2fc6224 (patch) | |
tree | d39cceaaae1716f14ab1f85471eeb7a624f90fd6 /.build.yml |
Initial commit for cgit platform
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..7da006a --- /dev/null +++ b/.build.yml @@ -0,0 +1,12 @@ +image: debian/stable +oauth: pages.sr.ht/PAGES:RW +environment: + site: cv.bt.ht +sources: + - https://git.sr.ht/~bt/cv +tasks: +- package: | + cd cv + tar -cvz . > ../site.tar.gz +- upload: | + acurl -f https://pages.sr.ht/publish/$site -Fcontent=@site.tar.gz
\ No newline at end of file |