This commit is contained in:
parent
170b38f051
commit
64e24c3c0c
2 changed files with 5 additions and 1 deletions
|
@ -49,11 +49,13 @@ jobs:
|
||||||
echo "No /webpub mount found, skipping empty."
|
echo "No /webpub mount found, skipping empty."
|
||||||
fi
|
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
|
- name: Copy build output to /webpub
|
||||||
run: |
|
run: |
|
||||||
if [ -d /webpub ]; then
|
if [ -d /webpub ]; then
|
||||||
cp -r build/web/* /webpub/
|
cp -r build/web/* /webpub/
|
||||||
|
cd /webpub
|
||||||
|
ln -s . shitman
|
||||||
else
|
else
|
||||||
echo "No /webpub mount found, skipping copy."
|
echo "No /webpub mount found, skipping copy."
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
# shitman
|
# shitman
|
||||||
|
|
||||||
Hitman, but shit.
|
Hitman, but shit.
|
||||||
|
|
||||||
|
[non-functional wip demo](https://nozzle.localhose.com/shitman/)
|
||||||
|
|
Loading…
Add table
Reference in a new issue