From 0b526e3bdb019394c7d18f573ebdf715a90a6c13 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Sat, 8 Mar 2025 08:17:54 -0500 Subject: [PATCH] ci: Update release user to not rely on $USER This will allow ~ckarle to deploy! --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4630255..48323a3 100644 --- a/Makefile +++ b/Makefile @@ -33,8 +33,8 @@ release: build test git show HEAD --pretty=full -s |\ sed 's/\(Author\|Commit\): \([^<]\+\).*/\1: \2/' > 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 -- libgit2 1.8.1