web

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

commit 7f48602a1b9e9af4ac880bc2f4fb6272033fe5aa
parent 21e84ebf459e338ed7443cc4772c2d2d0b3697e7
Author: erai <erai@omiltem.net>
Date:   Mon, 29 Apr 2024 15:43:06 -0400

Add verify signatures to pull

Diffstat:
Mdeploy.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy.sh b/deploy.sh @@ -1,6 +1,6 @@ #!/bin/bash set -uex -git pull --ff-only +git pull --verify-signatures --ff-only origin main if [ git show -s --pretty='%G?' != 'G' ]; then echo "Failed to verify signature" >&2 exit 1