This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user