web

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

commit 21e84ebf459e338ed7443cc4772c2d2d0b3697e7
parent b88cfed0e728b675d0a4b99f96058331e9110062
Author: erai <erai@omiltem.net>
Date:   Mon, 29 Apr 2024 15:40:27 -0400

Verify signature

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

diff --git a/deploy.sh b/deploy.sh @@ -1,5 +1,9 @@ #!/bin/bash set -uex git pull --ff-only +if [ git show -s --pretty='%G?' != 'G' ]; then + echo "Failed to verify signature" >&2 + exit 1 +fi make rsync --delete -r build/ /app/web/