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 - name: build-docker
image: plugins/docker image: plugins/docker
settings: settings:
registry: 192.168.1.9:3000 registry: gitea.zcz.se
repo: 192.168.1.9:3000/tai/aberwyn/aberwyn repo: gitea.zcz.se/tai/aberwyn/aberwyn
username: username:
from_secret: gitea_username from_secret: gitea_username
password: password:
@@ -33,9 +33,9 @@ steps:
- apk add --no-cache curl - apk add --no-cache curl
- | - |
if [ "$DRONE_BUILD_STATUS" = "success" ]; then 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 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 fi
trigger: trigger: