diff options
| author | Ahmed <git@gumx.cc> | 2026-06-02 01:14:00 +0300 |
|---|---|---|
| committer | Ahmed <git@gumx.cc> | 2026-06-02 01:18:36 +0300 |
| commit | 3296eee590f795022dfae49567860270af5c6d51 (patch) | |
| tree | 5bf600021fc381e445f463988f4022b25e6d1cbc /ci-examples/.build.yml | |
Diffstat (limited to 'ci-examples/.build.yml')
| -rw-r--r-- | ci-examples/.build.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ci-examples/.build.yml b/ci-examples/.build.yml new file mode 100644 index 0000000..2bbd6ea --- /dev/null +++ b/ci-examples/.build.yml @@ -0,0 +1,15 @@ +image: alpine/edge +oauth: pages.sr.ht/PAGES:RW +packages: +- hut +environment: + site: webring.gumx.cc +sources: +- https://git.sr.ht/~a2/webring +tasks: +- package: | + cd webring + ./wr + tar -C public -cvz . > ../site.tar.gz +- upload: | + hut pages publish -d $site site.tar.gz
\ No newline at end of file |
