fix scp
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
maren 2024-01-08 09:31:22 -05:00
parent e703c27d4b
commit 554c10b6f6

View file

@ -10,7 +10,7 @@ mv source oxaliq/.
mv static oxaliq/. mv static oxaliq/.
# put them on the deployment target # 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 # do everything on the server that's necessary to run the new thing
# TODO make this not remove the old-working version until # TODO make this not remove the old-working version until