web

A collection of scripts used to generate this website
git clone https://erai.gay/code/web/
Log | Files | Refs | LICENSE

commit 4f5e0dd8fc4259afe5511309305b90da46b83bf0
parent 1bc925a8f8faa0a60c54e4f95f518a2652029f5c
Author: erai <erai@omiltem.net>
Date:   Fri, 27 Dec 2024 18:25:39 -0500

Merge remote-tracking branch 'origin/main'

Diffstat:
Mdeploy.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/deploy.sh b/deploy.sh @@ -13,5 +13,6 @@ if [ "$(git show -s --pretty='%G?')" != 'G' ]; then echo "Failed to verify signature" >&2 exit 1 fi +make clean make rsync --delete -vr build/ "${target}/app/web/"