euchre-live

Euchre web-app for the socially distant family
git clone git://git.alexkarle.com/euchre-live.git
Log | Files | Refs | README | LICENSE

commit 0b526e3bdb019394c7d18f573ebdf715a90a6c13 (patch)
parent 965e314d3bca38c258c61c97090ed1a312fd86e6
Author: Alex Karle <alex@alexkarle.com>
Date:   Sat,  8 Mar 2025 08:17:54 -0500

ci: Update release user to not rely on $USER

This will allow ~ckarle to deploy!

Diffstat:
MMakefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -33,8 +33,8 @@ release: build test git show HEAD --pretty=full -s |\ sed 's/\(Author\|Commit\): \([^<]\+\).*/\1: \2<redacted>/' > build/public/version.txt rsync -av --delete --rsh="ssh -o StrictHostKeyChecking=no" \ - build/ _euchre@alexkarle.com:prod-el/ - ssh -t -o StrictHostKeyChecking=no alexkarle.com \ + build/ _euchre@euchre.alexkarle.com:prod-el/ + ssh -t -o StrictHostKeyChecking=no _euchre@euchre.alexkarle.com \ doas rcctl restart euchre .PHONY: clean