From 554c10b6f645d7fe3d2a560350db5647071fc9e4 Mon Sep 17 00:00:00 2001 From: maren Date: Mon, 8 Jan 2024 09:31:22 -0500 Subject: [PATCH] fix scp --- .woodpecker/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/deploy.sh b/.woodpecker/deploy.sh index 33220f5..26b9e88 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 +scp -r oxaliq $host:$HOME/ # do everything on the server that's necessary to run the new thing # TODO make this not remove the old-working version until