From 46e98473d04419577eddb6cc97b2fdfb21dee0ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Gdula?= Date: Sat, 12 Apr 2025 16:02:40 +0100 Subject: [PATCH] this fucking router that i hate --- .woodpecker/pipeline.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker/pipeline.yaml b/.woodpecker/pipeline.yaml index 388c6dc..2617130 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.0.45 "rm $COPY_TO || true" - - scp -o StrictHostKeyChecking=no $COPY_FROM uncertainty@192.168.0.45:$COPY_TO - - ssh -o StrictHostKeyChecking=no uncertainty@192.168.0.45 "doas service lynxie restart" + - ssh -o StrictHostKeyChecking=no uncertainty@192.168.0.44 "rm $COPY_TO || true" + - scp -o StrictHostKeyChecking=no $COPY_FROM uncertainty@192.168.0.44:$COPY_TO + - ssh -o StrictHostKeyChecking=no uncertainty@192.168.0.44 "doas service lynxie restart" environment: COPY_FROM: lynxie COPY_TO: /home/uncertainty/lynxie