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