From 74eb8bc386c76e72f14996907bc30388a3c01143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Gdula?= Date: Sat, 12 Apr 2025 16:02:06 +0100 Subject: [PATCH] this fucking router that i hate --- .woodpecker/pipeline.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/pipeline.yaml b/.woodpecker/pipeline.yaml index da62208..81b8d4e 100644 --- a/.woodpecker/pipeline.yaml +++ b/.woodpecker/pipeline.yaml @@ -15,8 +15,8 @@ steps: - mkdir -p ~/.ssh - echo "$SSH_KEY" > ~/.ssh/id_rsa - chmod 600 ~/.ssh/id_rsa - - ssh -o StrictHostKeyChecking=no uncertainty@192.168.0.43 "rm -r $COPY_TO || true" - - scp -o StrictHostKeyChecking=no -r $COPY_FROM uncertainty@192.168.0.43:$COPY_TO + - ssh -o StrictHostKeyChecking=no uncertainty@192.168.0.42 "rm -r $COPY_TO || true" + - scp -o StrictHostKeyChecking=no -r $COPY_FROM uncertainty@192.168.0.42:$COPY_TO environment: COPY_FROM: dist COPY_TO: /home/uncertainty/www/gay_leggy_dev