From 6ce4bf46bd89d72343f045adc937ba957dd2ee90 Mon Sep 17 00:00:00 2001 From: maren Date: Mon, 8 Jan 2024 09:35:59 -0500 Subject: [PATCH] variable expansion hard --- .woodpecker/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/deploy.sh b/.woodpecker/deploy.sh index 26b9e88..d5a60fc 100755 --- a/.woodpecker/deploy.sh +++ b/.woodpecker/deploy.sh @@ -10,7 +10,7 @@ mv source oxaliq/. mv static oxaliq/. # put them on the deployment target -scp -r oxaliq $host:$HOME/ +scp -r oxaliq "$host":~/ # do everything on the server that's necessary to run the new thing # TODO make this not remove the old-working version until