From 2348380814f40080360cfddbb124628a04034ceb Mon Sep 17 00:00:00 2001 From: Fluffy-Bean Date: Thu, 8 May 2025 18:41:54 +0100 Subject: [PATCH] grub gaming --- .woodpecker/pipeline.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/pipeline.yaml b/.woodpecker/pipeline.yaml index 8f9f60d..f2d32d6 100644 --- a/.woodpecker/pipeline.yaml +++ b/.woodpecker/pipeline.yaml @@ -15,9 +15,9 @@ steps: - mkdir -p ~/.ssh - echo "$SSH_KEY" > ~/.ssh/id_rsa - chmod 600 ~/.ssh/id_rsa - - ssh -o StrictHostKeyChecking=no uncertainty@192.168.178.31 "rm $COPY_TO || true" + - ssh -tt -o StrictHostKeyChecking=no uncertainty@192.168.178.31 "rm $COPY_TO || true" - scp -o StrictHostKeyChecking=no $COPY_FROM uncertainty@192.168.178.31:$COPY_TO - - ssh -o StrictHostKeyChecking=no uncertainty@192.168.178.31 "doas service lynxie restart" + - ssh -tt -o StrictHostKeyChecking=no uncertainty@192.168.178.31 "doas service lynxie restart" environment: COPY_FROM: lynxie COPY_TO: /home/uncertainty/lynxie