From 44e14e127301fbe28c222138abf8b882abc8cf1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Gdula?= Date: Fri, 11 Apr 2025 19:47:56 +0100 Subject: [PATCH] fuck my router --- .woodpecker/pipeline.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker/pipeline.yaml b/.woodpecker/pipeline.yaml index 2617130..388c6dc 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.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" + - 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" environment: COPY_FROM: lynxie COPY_TO: /home/uncertainty/lynxie