Hackyhack
All checks were successful
/ build-web (push) Successful in 3m56s

This commit is contained in:
zeyus 2025-07-23 00:33:23 +02:00
parent 170b38f051
commit 64e24c3c0c
Signed by: zeyus
GPG key ID: A836639BA719C614
2 changed files with 5 additions and 1 deletions

View file

@ -49,11 +49,13 @@ jobs:
echo "No /webpub mount found, skipping empty."
fi
# if the /webpub mount exists, copy the build output there
# if the /webpub mount exists, copy the build output there (with shitty temp hack)
- name: Copy build output to /webpub
run: |
if [ -d /webpub ]; then
cp -r build/web/* /webpub/
cd /webpub
ln -s . shitman
else
echo "No /webpub mount found, skipping copy."
fi

View file

@ -1,3 +1,5 @@
# shitman
Hitman, but shit.
[non-functional wip demo](https://nozzle.localhose.com/shitman/)