diff options
| author | lemurianmage <azureazure@disroot.org> | 2025-11-24 22:26:11 +0100 |
|---|---|---|
| committer | lemurianmage <azureazure@disroot.org> | 2025-11-24 22:26:11 +0100 |
| commit | 2236e7d5a64a32a16304d1f1d0efbd01a0660eb6 (patch) | |
| tree | b00945bc4fa6b9e8f5d143b1e855ede4f05ade19 | |
| parent | 5a58bff253ae63c930d48cb8bf02532833b71984 (diff) | |
| download | slimegirl.nexus-2236e7d5a64a32a16304d1f1d0efbd01a0660eb6.tar.gz | |
build automation
| -rw-r--r-- | .build.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..fe492b7 --- /dev/null +++ b/.build.yml @@ -0,0 +1,15 @@ +image: alpine/edge +oauth: pages.sr.ht/PAGES:RW +packages: +- hut +- emacs-nox +environment: + site: lemurianmage.srht.site +tasks: +- build: + ./build.sh +- package: | + cd public + tar -cvz . > ../site.tar.gz +- upload: | + hut pages publish -d $site site.tar.gz |
