From bd05f6d7780c64ba41fc777a4ac0b4a39ad9de8a Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 1 Jun 2024 14:47:18 +0200 Subject: [PATCH] feat: update host Signed-off-by: kjuulh --- .drone.yml | 2 +- templates/cuddle-rust-cli-plan.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3ae53df..36bb962 100644 --- a/.drone.yml +++ b/.drone.yml @@ -126,7 +126,7 @@ steps: GIT_PASSWORD: from_secret: git_password CI_PREFIX: "/mnt/ci/ci" - DOCKER_HOST: "tcp://192.168.1.233:2376" + DOCKER_HOST: "tcp://192.168.0.155:2376" CUDDLE_PLEASE_TOKEN: from_secret: cuddle_please_token OP_SERVICE_ACCOUNT_TOKEN: diff --git a/templates/cuddle-rust-cli-plan.yaml b/templates/cuddle-rust-cli-plan.yaml index e306dfc..4a85152 100644 --- a/templates/cuddle-rust-cli-plan.yaml +++ b/templates/cuddle-rust-cli-plan.yaml @@ -63,7 +63,7 @@ steps: GIT_PASSWORD: from_secret: git_password CI_PREFIX: "/mnt/ci/ci" - DOCKER_HOST: "tcp://192.168.1.233:2376" + DOCKER_HOST: "tcp://192.168.0.155:2376" CUDDLE_PLEASE_TOKEN: from_secret: cuddle_please_token OP_SERVICE_ACCOUNT_TOKEN: @@ -115,7 +115,7 @@ steps: GIT_PASSWORD: from_secret: git_password CI_PREFIX: "/mnt/ci/ci" - DOCKER_HOST: "tcp://192.168.1.233:2376" + DOCKER_HOST: "tcp://192.168.0.155:2376" CUDDLE_PLEASE_TOKEN: from_secret: cuddle_please_token OP_SERVICE_ACCOUNT_TOKEN: