This commit is contained in:
2024-08-05 17:12:00 +01:00
parent c091a8624c
commit 66a1bf1446
3 changed files with 18 additions and 12 deletions

View File

@@ -0,0 +1,16 @@
name: deploy
on: [push]
jobs:
deploy:
runs-on: "homesrv01"
steps:
- name: notify zigbee2mqtt service
run: |
curl -X POST "${{secrets.PORTAINER_STACKS_ZIGBEE2MQTT_WEBHOOK_URL}}"
# - name: notify wyoming service
# run: |
# curl -X POST "${{secrets.PORTAINER_STACKS_WYOMING_WEBHOOK_URL}}"