web

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

commit 6720d4047325ee8326a110b6f2b51c832533ba71
parent 6306e55701247bbbb5fb7298028e3fef3df2b745
Author: erai <erai@omiltem.net>
Date:   Sat,  2 Nov 2024 21:42:20 -0400

Remove a.html

Diffstat:
Da.html | 4----
Mdeploy.sh | 1+
2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/a.html b/a.html @@ -1,4 +0,0 @@ -title="test" -description="test" - -<h1>AUTO TEST</h1> 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/"