From b75928e73d891fe5f072a873a82b44bc6373d1e0 Mon Sep 17 00:00:00 2001 From: Elias Jansson Date: Tue, 27 Jan 2026 19:08:51 +0100 Subject: [PATCH] Yaml update --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index d44122b..9bff38e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,8 +21,8 @@ steps: commands: - export DOCKER_BUILDKIT=1 - docker buildx create --use --driver docker-container || true - - echo "$GITEA_TOKEN" | docker login 192.168.1.9:3000 -u "$GITEA_USERNAME" --password-stdin - - docker buildx build --builder default --tag 192.168.1.9:3000/tai/aberwyn/aberwyn:latest --tag 192.168.1.9:3000/tai/aberwyn/aberwyn:${DRONE_COMMIT_SHA:0:7} --cache-from=type=registry,ref=192.168.1.9:3000/tai/aberwyn/aberwyn:buildcache --push -f Aberwyn/Dockerfile . + - echo "$GITEA_TOKEN" | docker login gitea.zcz.se -u "$GITEA_USERNAME" --password-stdin + - docker buildx build --builder default --tag gitea.zcz.se/tai/aberwyn/aberwyn:latest --tag gitea.zcz.se/tai/aberwyn/aberwyn:${DRONE_COMMIT_SHA:0:7} --cache-from=type=registry,ref=gitea.zcz.se/tai/aberwyn/aberwyn:buildcache --push -f Aberwyn/Dockerfile . - name: notify-result image: alpine @@ -34,7 +34,7 @@ steps: - apk add --no-cache curl - | if [ "$DRONE_BUILD_STATUS" = "success" ]; then - curl -X POST http://192.168.1.196:8123/api/webhook/aberwyn_update_success + curl -X POST https://ha.zcz.se/api/webhook/aberwyn_update_success else - curl -X POST http://192.168.1.196:8123/api/webhook/aberwyn_update_failed + curl -X POST https://ha.zcz.se/api/webhook/aberwyn_update_failed fi