From 534864fd10be8d663f0d7a3c58f385a63f7219c1 Mon Sep 17 00:00:00 2001 From: maren Date: Mon, 8 Jan 2024 09:52:40 -0500 Subject: [PATCH] lazygit --- .woodpecker/deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker/deploy.sh b/.woodpecker/deploy.sh index d5a60fc..3a4d7ca 100755 --- a/.woodpecker/deploy.sh +++ b/.woodpecker/deploy.sh @@ -15,6 +15,7 @@ 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 # the new version is confirmed working +ssh $host 'echo "does this ls show up in UI?" && ls -la' ssh $host 'sudo chown -R sorreldotdev:sorreldotdev oxaliq/' ssh $host 'sudo chmod -R 755 oxaliq/' ssh $host 'sudo rm -rf /srv/oxaliq || true'