New drone
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Elias Jansson
2026-01-27 19:11:56 +01:00
parent b75928e73d
commit 22dc00ee8b

View File

@@ -11,8 +11,8 @@ steps:
- name: build-docker
image: plugins/docker
settings:
registry: 192.168.1.9:3000
repo: 192.168.1.9:3000/tai/aberwyn/aberwyn
registry: gitea.zcz.se
repo: gitea.zcz.se/tai/aberwyn/aberwyn
username:
from_secret: gitea_username
password:
@@ -33,9 +33,9 @@ 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
trigger: